How to download certificates
I created a certificate using the OCI Certificate Service,and attempting download certificate.
I received the following error:"TypeError: Password was not given but private key is encrypted"
[oci-user~]$oci certificates certificate-bundle get --certificate-id <certificate_OCID> --bundle-type CERTIFICATE_CONTENT_WITH_PRIVATE_KEY
Private key passphrase:(blank password)
TypeError: Password was not given but private key is encrypted
I didn't see a field to set a password for the private key when creating the certificate, is it okay to leave it blank?
What can be the possible reason and what I am committing wrong?
Tagged:
0