openssl/must_staple

This commit is contained in:
Marc Beninca 2019-08-12 13:59:51 +02:00
parent 72f7cbebbb
commit 55e31b65ee

View file

@ -119,6 +119,7 @@ Generate a certificate request
-utf8 \ -utf8 \
-key "private_key.pem" \ -key "private_key.pem" \
-out "certificate_request.csr" \ -out "certificate_request.csr" \
-addext "tlsfeature=status_request" \
-addext "subjectAltName=DNS:*.domain.tld,DNS:*.sub.domain.tld" -addext "subjectAltName=DNS:*.domain.tld,DNS:*.sub.domain.tld"
Human readable: Human readable: