Customer feedback | az eventgrid namespace ca-certificate | need PEM file format example #8274
Labels
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Event Grid
Service Attention
This issue is responsible by Azure service team.
Describe the bug
This GitHub issue is being moved from Azure DevOps UUF 337756.
Engineering request
Provide an example PEM file format in the
long-summary
or a separate code block.The customer also needs tips for success such as
cat ./intermediate-ca.pem | tr -d '' > ./intermediate-ca-formatted.pem
Customer feedback
Repo:
azure-docs-cli
Title:
az eventgrid namespace ca-certificate | Microsoft Learn
Verbatim:
I am begging you with every part of my being to please provide a correct example of the file format for certificate upload. The REST response simply says that it must be valid PEM, but the API rejects standard compliant PEM with newlines and the format needs to be with newlines removed.cat ./intermediate-ca.pem | tr -d '' > ./intermediate-ca-formatted.pemGets you to the right place.
Verbatim Id:
96adaf05-569a-ef11-8a6a-6045bd007ef6
Live URL:
https://learn.microsoft.com/en-us/cli/azure/eventgrid/namespace/ca-certificate
GitHub URL:
https://github.com/MicrosoftDocs/azure-docs-cli/blob/live/2020-09-01-hybrid/docs-ref-autogen/eventgrid/namespace/ca-certificate.yml
UUF Triage App Feedback URL:
https://aka.ms/UUFTriageApp?pageviewid=91b7b4b4-546c-3a2c-b628-b26d7dcd5f48
Related command
az eventgrid namespace ca-certificate
Errors
the API rejects standard compliant PEM with newlines and the format needs to be with newlines removed
Issue script & Debug output
.
Expected behavior
.
Environment Summary
Azure CLI 2.66.0
Additional context
No response
The text was updated successfully, but these errors were encountered: