Converting crt to PEM
Took two steps:
openssl x509 -in input.crt -out input.der -outform DER
openssl x509 -in input.der -inform DER -out output.pem -outform PEM
Tags: certificate, convert certificate, crt, crt pem, openssl, pem
Took two steps:
openssl x509 -in input.crt -out input.der -outform DER
openssl x509 -in input.der -inform DER -out output.pem -outform PEM
Tags: certificate, convert certificate, crt, crt pem, openssl, pem
This entry was posted on Wednesday, October 4th, 2006 at 2:41 pm and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Running Systems is proudly powered by
WordPress
and the Simplicity theme.
Entries (RSS)
and Comments (RSS).