Rojakcoder
Of Linux, Programming, and Singaporean Ramblings

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).

Read more
Page 1 of 1