Skip to content

Commit 50f5c20

Browse files
authored
Update certificate-scenarios.md
1 parent 54d0d77 commit 50f5c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/key-vault/certificates/certificate-scenarios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ When you are importing the certificate, you need to ensure that the key is inclu
111111
>Ensure that no other meta data is present in the certificate file and that the private key not showing as encrypted.
112112
113113
### Formats of Merge CSR we support
114-
AKV supports 2 PEM based formats. You can either merge a single PKCS#8 encoded certificate or a base64 encoded P7B (chain of certificates signed by CA)
114+
AKV supports 2 PEM based formats. You can either merge a single PKCS#8 encoded certificate or a base64 encoded P7B (chain of certificates signed by CA).
115+
If you need to covert the P7B's format to the supported one, you can use [certutil -encode](https://docs.microsoft.com/windows-server/administration/windows-commands/certutil#-encode)
115116

116117
-----BEGIN CERTIFICATE-----
117118
-----END CERTIFICATE-----

0 commit comments

Comments
 (0)