openssl/client/useless
This commit is contained in:
parent
fe633ad64e
commit
0c71cd5ef7
1 changed files with 1 additions and 3 deletions
|
@ -255,7 +255,6 @@ Export client P12/PFX
|
||||||
|
|
||||||
* client private key
|
* client private key
|
||||||
* client certificate
|
* client certificate
|
||||||
* CA certificate
|
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
@ -264,5 +263,4 @@ Export client P12/PFX
|
||||||
-export \
|
-export \
|
||||||
-out client.pfx \
|
-out client.pfx \
|
||||||
-inkey client.key \
|
-inkey client.key \
|
||||||
-in client.crt \
|
-in client.crt
|
||||||
-certfile ca.crt
|
|
||||||
|
|
Loading…
Reference in a new issue