openssl/subjectAltName
This commit is contained in:
parent
7f02473dfa
commit
bfe4fa3723
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue