openssl/ca/fastest

This commit is contained in:
Marc Beninca 2019-08-16 14:05:40 +02:00
parent 114012cf59
commit 185f479549

View file

@ -204,6 +204,21 @@ quick & dirty variant
-selfsign \ -selfsign \
-keyfile "private_key.pem" \ -keyfile "private_key.pem" \
----
dirtier certificate only variant
--------------------------------
.. code:: shell
openssl \
req \
-new \
-x509 \
-days 365 \
-key ca.key \
-out ca.crt
Sign request Sign request
============ ============