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 certificate
|
||||
* CA certificate
|
||||
|
||||
.. code:: shell
|
||||
|
||||
|
@ -264,5 +263,4 @@ Export client P12/PFX
|
|||
-export \
|
||||
-out client.pfx \
|
||||
-inkey client.key \
|
||||
-in client.crt \
|
||||
-certfile ca.crt
|
||||
-in client.crt
|
||||
|
|
Loading…
Reference in a new issue