PROBLEM SUMMARY
Renewing certificate using vcert and downloading in p12 format we noticed the FriendlyName or the Entry is defaulted to 1. this is affecting our import of this certificate format into our application.
STEPS TO REPRODUCE
using yaml file defined to renew and import p12 certificate
installations:
- format: PKCS12
file: "path\to\file.p12"
p12Password:
afterInstallAction:
EXPECTED RESULTS
certificate downloaded to the directory as p12. certificate entry should display common name or alias.
ACTUAL RESULTS
Certificate is displaying "1" as the Friendly Name or the Certificate entry name.
ENVIRONMENT DETAILS
COMMENTS/WORKAROUNDS