Skip to content

Commit 3e4bafe

Browse files
authored
Merge pull request #114982 from corinagum/patch-1
Update create-certificate.md
2 parents 5b8728c + 77dd708 commit 3e4bafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following descriptions correspond to the green lettered steps in the precedi
3131
4. Your chosen CA responds with an X509 Certificate.
3232
5. Your application completes the new certificate creation with a merger of the X509 Certificate from your CA.
3333

34-
- **Create a certificate with a known issuer provider:** This method requires you to do a one-time task of creating an issuer object. Once an issuer object is created in you key vault, its name can be referenced in the policy of the KV certificate. A request to create such a KV certificate will create a key pair in the vault and communicate with the issuer provider service using the information in the referenced issuer object to get an x509 certificate. The x509 certificate is retrieved from the issuer service and is merged with the key pair to complete the KV certificate creation.
34+
- **Create a certificate with a known issuer provider:** This method requires you to do a one-time task of creating an issuer object. Once an issuer object is created in your key vault, its name can be referenced in the policy of the KV certificate. A request to create such a KV certificate will create a key pair in the vault and communicate with the issuer provider service using the information in the referenced issuer object to get an x509 certificate. The x509 certificate is retrieved from the issuer service and is merged with the key pair to complete the KV certificate creation.
3535

3636
![Create a certificate with a Key Vault partnered certificate authority](../media/certificate-authority-2.png)
3737

@@ -92,4 +92,4 @@ When an order is placed with the issuer provider, it may honor or override the x
9292
## See Also
9393

9494
- How-to guide to create certificates in Key Vault using [Portal](./quick-create-portal.md), [Azure CLI](./quick-create-cli.md), [Azure PowerShell](./quick-create-powershell.md)
95-
- [Monitor and manage certificate creation](create-certificate-scenarios.md)
95+
- [Monitor and manage certificate creation](create-certificate-scenarios.md)

0 commit comments

Comments
 (0)