Voting

: five minus five?
(Example: nine)

The Note You're Voting On

ron at ttvavanti dot nl
21 years ago
If you specify a CAINFO, note that the file must be in PEM format! (If not, it won't work).
Using Openssl you can use:
openssl x509 -in <cert> -inform d -outform PEM -out cert.pem
To create a pem formatted certificate from a binary certificate (the one you get if you download the ca somewhere).

<< Back to user notes page

To Top