openssl/subjectAltName

This commit is contained in:
Marc Beninca 2019-08-12 13:45:45 +02:00
parent cb8c4f42a3
commit 72f7cbebbb

View file

@ -119,7 +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 "subjectAltName=DNS:domain.tld" -addext "subjectAltName=DNS:*.domain.tld,DNS:*.sub.domain.tld"
Human readable: Human readable: