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