There are multiple references on this page to using the az keyvault certificate get-default-policy (including with the --scaffold option) to create a certificate request, however the certificate policy sections are extremely light on details. Although it redirects to https://docs.microsoft.com/en-us/azure/key-vault/certificates/about-certificates#certificate-policy, that page also does not contain information on how to request an EV certificate.
That reply would also seem to indicate that, unlike what is expected by the API, the response from az keyvault certificate get-default-policy --scaffold for certificateType is actually also incorrect, and should be more like (optional) OV-SSL or EV-SSL.
There are multiple references on this page to using the
az keyvault certificate get-default-policy
(including with the--scaffold
option) to create a certificate request, however the certificate policy sections are extremely light on details. Although it redirects to https://docs.microsoft.com/en-us/azure/key-vault/certificates/about-certificates#certificate-policy, that page also does not contain information on how to request an EV certificate.Digging deep into the API reveals this: https://docs.microsoft.com/en-us/rest/api/keyvault/certificates/get-certificate-policy/get-certificate-policy#issuerparameters, specifically that there is a
cty
parameter inside theissuerParameters
block returned by the API which we can assume maps to thecertificateType
block in the response fromaz keyvault certificate get-default-policy --scaffold
:That reply would also seem to indicate that, unlike what is expected by the API, the response from
az keyvault certificate get-default-policy --scaffold
forcertificateType
is actually also incorrect, and should be more like(optional) OV-SSL or EV-SSL
.I will also be submitting a request to the documentation team for https://docs.microsoft.com/en-us/azure/key-vault/certificates/about-certificates#certificate-policy (which I will link to this request when completed) to update their documents to make it clearer on how to request an EV SSL certificate.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.