done creation
This commit is contained in:
29
roles/rproxy/templates/repo.cnf.j2
Normal file
29
roles/rproxy/templates/repo.cnf.j2
Normal file
@@ -0,0 +1,29 @@
|
||||
[ req ]
|
||||
prompt = no
|
||||
distinguished_name = repo.{{ domain.stdout }}
|
||||
req_extensions = v3_req
|
||||
x509_extensions = v3_x509
|
||||
|
||||
|
||||
[ repo.{{ domain.stdout }} ]
|
||||
countryName = RU
|
||||
stateOrProvinceName = RU
|
||||
localityName = MSK
|
||||
organizationName = {{ domain.stdout }}
|
||||
organizationalUnitName = IT
|
||||
commonName = repo.{{ domain.stdout }}
|
||||
emailAddress = admin@{{ domain.stdout }}
|
||||
|
||||
[ v3_req ]
|
||||
basicConstraints = CA:false
|
||||
keyUsage = digitalSignature, keyEncipherment
|
||||
subjectAltName = @sans
|
||||
|
||||
[ v3_x509 ]
|
||||
basicConstraints = CA:false
|
||||
keyUsage = digitalSignature, keyEncipherment
|
||||
subjectAltName = @sans
|
||||
|
||||
[ sans ]
|
||||
DNS.1 = repo.{{ domain.stdout }}
|
||||
IP.1 = {{ IP.stdout }}
|
||||
Reference in New Issue
Block a user