Unable to import SSL cert and private key using SSLConfig
Error message
Waiting for caperfcenter_sso to stop...
Process has stoppedWaiting for caperfcenter_console to stop...
Process has stoppedPerforming: Certificate changes
The step failed to run: java.security.InvalidKeyException: IOException : algid parse error, not a sequence
All DX NetOps Performance Management releases
The private key file was in PKCS7 format and needs to be converted into PKCS8 format for SSLConfig to accept
Run the following command to convert the private key file into PKCS8 format
openssl pkcs8 -topk8 -inform PEM -in <key_fileName> -out private_key.pem -nocrypt
Then use private_key.pem when prompted for the key, while running SSLConfig