How do you convert a DER encoded cert, to a PEM encoded cert for use with SslConfig or others scripts that require a PEM?
All supported DX NetOps releases
Performance Management requires a PEM, but some Certificate Authorities only give out certs in DER encoding.
openssl x509 -inform der -in certificate.cer -out certificate.pem