openssl/ca/fastest
This commit is contained in:
parent
114012cf59
commit
185f479549
1 changed files with 15 additions and 0 deletions
|
@ -204,6 +204,21 @@ quick & dirty variant
|
|||
-selfsign \
|
||||
-keyfile "private_key.pem" \
|
||||
|
||||
----
|
||||
|
||||
dirtier certificate only variant
|
||||
--------------------------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
openssl \
|
||||
req \
|
||||
-new \
|
||||
-x509 \
|
||||
-days 365 \
|
||||
-key ca.key \
|
||||
-out ca.crt
|
||||
|
||||
Sign request
|
||||
============
|
||||
|
||||
|
|
Loading…
Reference in a new issue