forked from nss-dev/nss
-
Notifications
You must be signed in to change notification settings - Fork 0
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