Add customer api certificates

This commit is contained in:
2026-01-04 22:21:53 +01:00
parent e76c3a100c
commit 5ec6f5a79c
9 changed files with 179 additions and 89 deletions

View File

@@ -0,0 +1,11 @@
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
IP.1 = 127.0.0.1
IP.2 = 192.168.15.125