Skip to content

Exporting Certificate

Endi S. Dewata edited this page Jan 20, 2022 · 1 revision

To export a certificate in PEM format:

$ certutil -L -d nssdb -n testcert -a > testcert.crt

To export a certificate in DER format:

$ certutil -L -d nssdb -n testcert -r > testcert.crt
Clone this wiki locally