hosts: Add dc2.p.b
*dc2.pyrocufflink.blue* acts as a second Active Directory Domain Controller with *samba*.
This commit is contained in:
20
certs/samba/dc2.pyrocufflink.blue/openssl.cnf
Normal file
20
certs/samba/dc2.pyrocufflink.blue/openssl.cnf
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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 = dc2.pyrocufflink.blue
|
||||
|
||||
[req_extensions]
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
DNS.0 = dc2.pyrocufflink.blue
|
||||
DNS.1 = dc2
|
||||
DNS.2 = pyrocufflink.blue
|
||||
Reference in New Issue
Block a user