Does KeyVault__CertificateExportable enable PFX Secret creation in version 4.3.1? #904
-
|
Hi, I’m currently using KeyVault-Acmebot v4.3.1 to issue certificates for my Azure Key Vault.
After restarting the Function App and requesting a new certificate issuance (not a renewal), the certificate was created successfully in Certificates, but no Secret object was generated in the Key Vault (only the Certificate and Key objects exist). I expected this setting to make the certificate key exportable and to automatically create the associated Secret (PFX Base64) so that it could be downloaded via PowerShell. Could you please confirm:
Thanks a lot for your help and for maintaining this excellent project! 🙏 — Alex |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Certificate export should work without issues by default. You can download it with the private key using commands like |
Beta Was this translation helpful? Give feedback.
Certificate export should work without issues by default. You can download it with the private key using commands like
az keyvault secret download. You must download it as a secret.