openssl/client/pfx

This commit is contained in:
Marc Beninca 2019-08-16 15:37:07 +02:00
parent 0223058cdd
commit f900056691

View file

@ -249,3 +249,16 @@ from CA key & certificate
-days 365 \
-out "client.crt" \
-set_serial nn
Export client PFX
=================
.. code:: shell
openssl \
pkcs12 \
-certfile ca.crt \
-in client.crt \
-inkey client.key \
-export \
-out client.pfx