Skip to content

Exporting PKCS12 File

Endi S. Dewata edited this page Jan 20, 2022 · 3 revisions

To export a certificate and its key into a PKCS #12 file:

$ pk12util -d nssdb -k password.internal -n nickname -o output.p12 -w output.password
Clone this wiki locally