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
PROBLEM SUMMARY
When not specified, options certificate_privatekey_type and certificate_privatekey_size are not being set by default by the certificate role so when requesting a new certificate.
STEPS TO REPRODUCE
Request a certificate using the certificate role without certificate_privatekey_type and certificate_privatekey_size:
EXPECTED RESULTS
The task fails with the following error :
"msg": "Certificate file does not exist | Private key file does not contain a valid private key | Private key file does not contain a valid private key"
ACTUAL RESULTS
The task fails with the following error :
"msg": "Certificate file does not exist | Private key file does not contain a valid private key | Private key file does not contain a valid private key"
when the Private Key was not "Stored in Software" in Venafi like this:
PROBLEM SUMMARY
When not specified, options
certificate_privatekey_type
andcertificate_privatekey_size
are not being set by default by the certificate role so when requesting a new certificate.STEPS TO REPRODUCE
Request a certificate using the certificate role without
certificate_privatekey_type
andcertificate_privatekey_size
:EXPECTED RESULTS
The task fails with the following error :
ACTUAL RESULTS
The task fails with the following error :
ENVIRONMENT DETAILS
Machine Identity collection: 0.8.0
COMMENTS/WORKAROUNDS
Add the options to the playbook:
The text was updated successfully, but these errors were encountered: