From 83a36557c6d8d6f60f7db4459d1a4d23befa0aaa Mon Sep 17 00:00:00 2001 From: Gene M <38948426+dagenester@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:49:28 -0400 Subject: [PATCH] Update how-to-export-certificate.md corrected spelling issue and clarified a sentence. --- articles/key-vault/certificates/how-to-export-certificate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/key-vault/certificates/how-to-export-certificate.md b/articles/key-vault/certificates/how-to-export-certificate.md index 6741e5a93..edd79c4e3 100644 --- a/articles/key-vault/certificates/how-to-export-certificate.md +++ b/articles/key-vault/certificates/how-to-export-certificate.md @@ -34,9 +34,9 @@ After a Key Vault certificate is created, you can retrieve it from the addressab - **Non-exportable**: The policy used to create the certificate indicates the key is nonexportable. In this case, the private key isn't part of the value when it is retrieved as a secret. Supported keytypes: RSA, RSA-HSM, EC, EC-HSM, oct (listed [here](/rest/api/keyvault/certificates/create-certificate/create-certificate#jsonwebkeytype)) -Exportable is only allowed with RSA, EC. HSM keys would be nonexportable. +Exportable is only allowed with RSA and EC keys. HSM keys would be nonexportable. -For or information, see [About Azure Key Vault certificates](./about-certificates.md#exportable-or-non-exportable-key) for more information. +For more information, see [About Azure Key Vault certificates](./about-certificates.md#exportable-or-non-exportable-key) for more information. ## Export stored certificates