Init CA
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
4f67e28952
commit
8f34173c6d
14
ca/orpheus.psyched.dev_ext.cnf
Normal file
14
ca/orpheus.psyched.dev_ext.cnf
Normal file
@ -0,0 +1,14 @@
|
||||
[v3_ca]
|
||||
basicConstraints = CA:FALSE
|
||||
nsCertType = server
|
||||
nsComment = "Web Server Certificate"
|
||||
subjectKeyIdentifier = hash
|
||||
authorityKeyIdentifier = keyid,issuer:always
|
||||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
[ alt_names ]
|
||||
DNS.1 = orpheus.syscid.com
|
||||
DNS.2 = auth.syscid.com
|
||||
DNS.3 = www.syscid.com
|
||||
DNS.4 = sso.syscid.com
|
15
ca/server_cert_ext.cnf
Normal file
15
ca/server_cert_ext.cnf
Normal file
@ -0,0 +1,15 @@
|
||||
[v3_ca]
|
||||
basicConstraints = CA:FALSE
|
||||
nsCertType = server
|
||||
nsComment = "LDAP01 Server Certificate"
|
||||
subjectKeyIdentifier = hash
|
||||
authorityKeyIdentifier = keyid,issuer:always
|
||||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
[ alt_names ]
|
||||
DNS.1 = ldap.syscid.com
|
||||
DNS.2 = ldap01.syscid.com
|
||||
DNS.3 = dir.syscid.com
|
||||
DNS.4 = dir01.syscid.com
|
||||
DNS.5 = gaia.syscid.com
|
13
ca/web.sun.lysergic.dev_ext.cnf
Normal file
13
ca/web.sun.lysergic.dev_ext.cnf
Normal file
@ -0,0 +1,13 @@
|
||||
[v3_ca]
|
||||
basicConstraints = CA:FALSE
|
||||
nsCertType = server
|
||||
nsComment = "LDAP01 Server Certificate"
|
||||
subjectKeyIdentifier = hash
|
||||
authorityKeyIdentifier = keyid,issuer:always
|
||||
keyUsage = critical, digitalSignature, keyEncipherment
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
[ alt_names ]
|
||||
DNS.1 = web.sun.lysergic.dev
|
||||
DNS.2 = web.syscid.com
|
||||
DNS.3 = web
|
Loading…
Reference in New Issue
Block a user