Skip to content

Commit 3bb33cd

Browse files
isra-fellitchiyangMSFT
authored andcommitted
Fix doc issue of Import-AzKeyVaultCertificate (Azure#12375)
* Fix doc issue of `Import-AzKeyVaultCertificate`
1 parent b277725 commit 3bb33cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/KeyVault/KeyVault/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
## Version 1.4.0
4747
* Update references in .psd1 to use relative path
4848
* Fixed error accessing value that is potentially not set
49-
* Elliptic Curve Cryptography Certificate Managment
49+
* Elliptic Curve Cryptography Certificate Management
5050
- Added support to specify the Curve for Certificate Policies
5151

5252
## Version 1.3.1

src/KeyVault/KeyVault/help/Import-AzKeyVaultCertificate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Import-AzKeyVaultCertificate [-VaultName] <String> [-Name] <String>
3737
## DESCRIPTION
3838
The **Import-AzKeyVaultCertificate** cmdlet imports a certificate into a key vault.
3939
You can create the certificate to import by using one of the following methods:
40-
- Use the New-AzKeyVaultCertificateSigningRequest cmdlet to create a certificate signing request and submit it to a certificate authority.
40+
- Use `Add-AzKeyVaultCertificate` to create a certificate signing request and submit it to a certificate authority. See https://docs.microsoft.com/en-us/azure/key-vault/certificates/create-certificate-signing-request
4141
- Use an existing certificate package file, such as a .pfx or .p12 file, which contains both the certificate and private key.
4242

4343
## EXAMPLES
@@ -253,3 +253,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
253253
## RELATED LINKS
254254
255255
[Remove-AzKeyVaultCertificate](./Remove-AzKeyVaultCertificate.md)
256+
257+
[Creating and merging CSR in Key Vault](https://docs.microsoft.com/en-us/azure/key-vault/certificates/create-certificate-signing-request)

0 commit comments

Comments
 (0)