feat: Initial commit

This commit is contained in:
Vincent Mahnke 2025-11-08 18:21:46 +01:00
commit 17973e866b
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
44 changed files with 1444 additions and 0 deletions

View 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

View file

@ -0,0 +1,19 @@
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req
default_bits = 4096
prompt = no
default_md = sha256
[req_distinguished_name]
C = DE
ST = Baden-Wuerttemberg
L = Mannheim
O = TheIOTStudio
CN = Pretix Nginx Server
emailAddress = info@theiotstudio.com
[v3_req]
keyUsage = keyEncipherment, dataEncipherment, digitalSignature
extendedKeyUsage = serverAuth, clientAuth
subjectAltName=IP:<IP address of the Nginx server> or DNS:<DNS address of the Nginx server>