openssl/must-staple
This commit is contained in:
parent
d86e301d99
commit
1a1a5bcc5e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue