openssl/client/pfx
This commit is contained in:
parent
0223058cdd
commit
f900056691
1 changed files with 13 additions and 0 deletions
|
@ -249,3 +249,16 @@ from CA key & certificate
|
||||||
-days 365 \
|
-days 365 \
|
||||||
-out "client.crt" \
|
-out "client.crt" \
|
||||||
-set_serial nn
|
-set_serial nn
|
||||||
|
|
||||||
|
Export client PFX
|
||||||
|
=================
|
||||||
|
|
||||||
|
.. code:: shell
|
||||||
|
|
||||||
|
openssl \
|
||||||
|
pkcs12 \
|
||||||
|
-certfile ca.crt \
|
||||||
|
-in client.crt \
|
||||||
|
-inkey client.key \
|
||||||
|
-export \
|
||||||
|
-out client.pfx
|
||||||
|
|
Loading…
Reference in a new issue