2025-10-29 19:50:36 +01:00
|
|
|
[ ca ]
|
2025-10-29 20:23:45 +01:00
|
|
|
default_ca = CA_default
|
2025-10-29 19:50:36 +01:00
|
|
|
|
|
|
|
|
[ CA_default ]
|
|
|
|
|
dir = /etc/pki/CA
|
|
|
|
|
certs = $dir/certs
|
|
|
|
|
crl_dir = $dir/crl
|
|
|
|
|
new_certs_dir = $dir/newcerts
|
|
|
|
|
database = $dir/index.txt
|
|
|
|
|
serial = $dir/serial
|
|
|
|
|
RANDFILE = $dir/private/.rand
|
|
|
|
|
|
|
|
|
|
certificate = $dir/certs/ca.crt
|
|
|
|
|
private_key = $dir/private/ca.key
|
|
|
|
|
default_days = 30
|
2025-10-29 20:23:45 +01:00
|
|
|
default_md = sha256
|
2025-10-29 19:50:36 +01:00
|
|
|
preserve = no
|
|
|
|
|
policy = policy_anything
|
|
|
|
|
|
|
|
|
|
[ policy_anything ]
|
|
|
|
|
countryName = optional
|
|
|
|
|
stateOrProvinceName = optional
|
|
|
|
|
localityName = optional
|
|
|
|
|
organizationName = optional
|
|
|
|
|
organizationalUnitName = optional
|
|
|
|
|
commonName = supplied
|
|
|
|
|
emailAddress = optional
|
|
|
|
|
|
|
|
|
|
[ server_cert ]
|
|
|
|
|
basicConstraints = CA:FALSE
|
|
|
|
|
subjectKeyIdentifier = hash
|
|
|
|
|
authorityKeyIdentifier = keyid,issuer
|
|
|
|
|
keyUsage = critical, digitalSignature, keyEncipherment
|
2025-10-29 20:23:45 +01:00
|
|
|
extendedKeyUsage = serverAuth
|
|
|
|
|
subjectAltName = @alt_names
|
|
|
|
|
|
|
|
|
|
[ alt_names ]
|
|
|
|
|
DNS.1 = web.au-team.irpo
|
|
|
|
|
DNS.2 = docker.au-team.irpo
|