Converting Certificates
Tue, Jan 13, 2015
Here’s the command this article is talking about:
openssl x509 -in proxy.cer -inform der -outform pem -out proxy.crt
This command basically converts a binary certificate into a base64-encoded one (i.e. text).
Tags:
bash
ssl
tls
certificate