feat: Initial commit
This commit is contained in:
commit
17973e866b
44 changed files with 1444 additions and 0 deletions
20
scripts/config/ca_nginx.conf
Normal file
20
scripts/config/ca_nginx.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[req]
|
||||
distinguished_name = req_distinguished_name
|
||||
default_bits = 4096
|
||||
prompt = no
|
||||
default_md = sha256
|
||||
|
||||
[req_distinguished_name]
|
||||
C = DE
|
||||
ST = Baden-Wuerttemberg
|
||||
L = Mannheim
|
||||
O = TheIOTStudio
|
||||
CN = Pretix Nginx CA
|
||||
emailAddress = info@theiotstudio.com
|
||||
|
||||
[ext]
|
||||
subjectKeyIdentifier=hash
|
||||
authorityKeyIdentifier=keyid:always,issuer
|
||||
basicConstraints = critical, CA:TRUE, pathlen:3
|
||||
keyUsage = critical, cRLSign, keyCertSign
|
||||
nsCertType = sslCA, emailCA
|
||||
Loading…
Add table
Add a link
Reference in a new issue