Hi Juan,
Thanks for the response.
As per the instructions we have created the certificate chain in the below format.
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: scedevweb.pem)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: Novo_Issuing_CA.pem)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: Novo_Root_CA.pem)
-----END CERTIFICATE-----
We also have a private key in a separate file scedevweb1.key.
we were able to bundle the certificate successfully.
But when we try to configure we are getting the below error:
"ERROR com.sas.sdw.SDWExceptionHandler - java.lang.Exception: Failed to create PKCS12 certificate"
Attaching the log for reference.
Then we tried to include the RSA Private key in the same .pem file and bundle it but we are facing the below issue.
"The following error occured loading certificate file:signed overrun bytes =918.
Could you please assist.
Thanks,
Madhan M.