Sample Certificate Template

This certificate example is part of the Sample Certificates collection.

Description

This certificate…

Openssl X509 Output

Replace with output from "openssl x509 -in example.pem -text -noout"

DumpASN1 Output

Replace with output from "openssl x509 -in example.pem -out /tmp/1.der -outform der; dumpasn1 /tmp/1.der; rm /tmp/1.der"

PEM

-----BEGIN CERTIFICATE-----
Replace with Base64 encoded certificate.
-----END CERTIFICATE-----
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License