Files
configpolicy/roles/freeradius/files/certs/dc0.pyrocufflink.blue/openssl.cnf
Dustin C. Hatch aba3fe8e04 hosts: Add DCs to radius group
All domain controllers for the *pyrocufflink.blue* domain are RADIUS
servers as well.
2018-05-06 13:10:31 -05:00

21 lines
378 B
INI

# vim: set ft=dosini :
[req]
prompt = no
default_md = sha256
distinguished_name = req_distinguished_name
req_extensions = req_extensions
[req_distinguished_name]
countryName = US
organizationName = Dustin C. Hatch
commonName = dc0.pyrocufflink.blue
[req_extensions]
subjectAltName = @alt_names
[alt_names]
DNS.0 = dc0.pyrocufflink.blue
DNS.1 = dc0
DNS.2 = pyrocufflink.blue