openssl/subjectAltName

This commit is contained in:
Marc Beninca 2019-08-04 16:06:41 +02:00
parent 7f02473dfa
commit bfe4fa3723

View file

@ -13,7 +13,7 @@ RSA
openssl \
genrsa \
-out "private_key.pem" \
4096 \
4096
Human readable:
@ -83,7 +83,8 @@ Generate a certificate request
-new \
-utf8 \
-key "private_key.pem" \
-out "certificate_request.csr"
-out "certificate_request.csr" \
-addext "subjectAltName=DNS:domain.tld"
Human readable: