Hi,
I have an installation of PCA 11.6 and i'm trying to add a signed SSL certificate by our enterprise CA.
The instructions for version 11.6 are a bit different from the previous versions:
Make sure you import a PKCS12 (.pfx or .p12) format signed certificate.
The certificate must contain primecollab alias.
The Key password for primecollab alias must be same as the certificate password.
The instructions for earlier version included creation of CSR via keytool CLI commands.
I have created the CSR as documented and signed it with the CA.
To convert the CA signed cert to a PKCS12 format i would have to export the private key from the keystore and create a new cert.
It's doable but it all seems very non standard with a lot of missing information.
Seems strange that these steps are not documented for this version.
Has anyone had any experience with this procedure?