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