You can extract the CA certificate using OpenSSL.
Procedure
-
To create a CA certificate, execute the following command:
openssl s_client -connect your.dsm.name.com:8443 –showcerts
The command output appears on the screen. The second block of base-64 encoded text (between the “-----BEGIN CERTIFICATE-----“ and the “-----END CERTIFICATE -----“) is the certificate of interest.
-
Copy the certificate text into the 1.2.3.4_CA.pem file.
-
Copy the 1.2.3.4_CA.pem file to CommServe machine.