fix?
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[ req ]
|
[ req ]
|
||||||
prompt = no
|
prompt = no
|
||||||
days = 365
|
days = 365
|
||||||
distinguished_name = {{ rproxy_service_name }}.{{ domain.stdout }}
|
distinguished_name = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||||
req_extensions = v3_req
|
req_extensions = v3_req
|
||||||
|
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ stateOrProvinceName = RU
|
|||||||
localityName = MSK
|
localityName = MSK
|
||||||
organizationName = {{ domain.stdout }}
|
organizationName = {{ domain.stdout }}
|
||||||
organizationalUnitName = IT
|
organizationalUnitName = IT
|
||||||
commonName = {{ rproxy_service_name }}.{{ domain.stdout }}
|
commonName = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||||
emailAddress = admin@{{ domain.stdout }}
|
emailAddress = admin@{{ domain.stdout }}
|
||||||
|
|
||||||
[ v3_req ]
|
[ v3_req ]
|
||||||
@@ -20,4 +20,4 @@ extendedKeyUsage = serverAuth
|
|||||||
subjectAltName = @sans
|
subjectAltName = @sans
|
||||||
|
|
||||||
[ sans ]
|
[ sans ]
|
||||||
DNS.0 = {{ rproxy_service_name }}.{{ domain.stdout }}
|
DNS.1 = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||||
Reference in New Issue
Block a user