Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

OpenSSL

Tips

In case certificate looks like binary.

Try to check it


$ openssl x509 -inform der -in <path_cert>

Mutate DER to PEM


$ openssl x509 -inform der -in <path_cert> -outform PEM -out <path_cert_pem>