Add new infra architecture

This commit is contained in:
Urtzi Alfaro
2026-01-19 11:55:17 +01:00
parent 21d35ea92b
commit 35f164f0cd
311 changed files with 13241 additions and 3700 deletions

View File

@@ -0,0 +1,26 @@
[req]
distinguished_name = req_distinguished_name
req_extensions = v3_req
prompt = no
[req_distinguished_name]
C = US
ST = California
L = SanFrancisco
O = BakeryIA
OU = Mail
CN = mail.bakewise.ai
[v3_req]
keyUsage = keyEncipherment, dataEncipherment, digitalSignature
extendedKeyUsage = serverAuth, clientAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = mail.bakewise.ai
DNS.2 = mailu-front.bakery-ia.svc.cluster.local
DNS.3 = mailu-front.bakery-ia
DNS.4 = mailu-front
DNS.5 = localhost
DNS.6 = *.bakewise.ai
IP.1 = 127.0.0.1