openssl/must-staple

This commit is contained in:
Marc Beninca 2019-08-14 15:33:09 +02:00
parent d86e301d99
commit 1a1a5bcc5e

View file

@ -119,9 +119,14 @@ Generate a certificate request
-utf8 \
-key "private_key.pem" \
-out "certificate_request.csr" \
-addext "tlsfeature=status_request" \
-addext "subjectAltName=DNS:*.domain.tld,DNS:*.sub.domain.tld"
.. warning:: must staple, problems with nginx and apache
.. code:: shell
-addext "tlsfeature=status_request"
Human readable:
.. code:: shell