Cannot continue the Symantec Mobility Suite configurator / installation due to certificates not being in the correct format.
Certificates must be in PEM format
The SSL certificate(s) provided are not in PEM format
There are three required certificates for Symantec Mobility Suite to handle SSL locally: 1. Public SSL certificate Note: A wildcard certificate is required for multi-tenant mode. This also must be trusted from Mobile devices. 2. Private key 3. GD bundle: A group of certificates in b64 format which establish the public certificate's chain of authority
Steps to extract private key and public certs from a pfx
Some other useful OpenSSL commands:
Convert a DER file (.crt .cer .der) to PEM
#openssl x509 -inform der -in certificate.cer -out certificate.pem
Convert a PEM file to DER
#openssl x509 -outform der -in certificate.pem -out certificate.der
Convert a PKCS#12 file (.pfx .p12) containing a private key and certificates to PEM
#openssl pkcs12 -in keyStore.pfx -out keyStore.pem -nodes
Convert a PEM certificate file and a private key to PKCS#12 (.pfx .p12)
#openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt
Applies To
CentOS
Symantec Mobility Suite