Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]: Import-AzKeyVaultCertificate parameter is unclear #18329

Closed
desireewilliams opened this issue May 27, 2022 · 2 comments · Fixed by #18348
Closed

[Doc]: Import-AzKeyVaultCertificate parameter is unclear #18329

desireewilliams opened this issue May 27, 2022 · 2 comments · Fixed by #18348

Comments

@desireewilliams
Copy link

Description

https://docs.microsoft.com/en-us/powershell/module/az.keyvault/import-azkeyvaultcertificate?view=azps-8.0.0

The parameter 'CertificateString' does not indicate what value it is looking for, or what format it is in. If you don't already know what would be considered the 'Certificate String', the document doesn't indicate how to find or generate it.

Is it the SecretValue of an existing cert? Is it a Base64Encoded string?

@desireewilliams desireewilliams added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label May 27, 2022
@ghost ghost added the customer-reported label May 27, 2022
@dingmeng-xue dingmeng-xue added KeyVault Doc - Reference and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels May 28, 2022
@dingmeng-xue
Copy link
Member

Thanks for reporting. We will provide more information.

@BethanyZhou
Copy link
Contributor

Sorry for confusing. The accurate description for CertificateString is Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key. Docs will be updated in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment