change cnf
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
[ req ]
|
||||
prompt = no
|
||||
days = 365
|
||||
distinguished_name = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||
@@ -15,10 +14,10 @@ commonName = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||
emailAddress = admin@{{ domain.stdout }}
|
||||
|
||||
[ v3_req ]
|
||||
basicConstraints = CA:false
|
||||
basicConstraints = critical; CA:false
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @sans
|
||||
|
||||
[sans]
|
||||
[ sans ]
|
||||
DNS.1 = *.{{ domain.stdout }}
|
||||
IP.1 = {{ rproxy_service_address }}
|
||||
Reference in New Issue
Block a user