Add CA certificates

This commit is contained in:
2026-01-04 17:27:42 +01:00
parent a31daabc26
commit 7d0080a246
6 changed files with 165 additions and 0 deletions

11
rpi/certs/server.ext Normal file
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.119