You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: