add localhost domain to certificate

This commit is contained in:
fkwp
2025-05-05 16:02:19 +02:00
parent 128851263b
commit f2b68e6dee
3 changed files with 48 additions and 46 deletions

View File

@@ -31,7 +31,8 @@ extendedKeyUsage = serverAuth
subjectAltName = @alt_names
[alt_names]
DNS.1 = m.localhost
DNS.2 = *.m.localhost
DNS.1 = localhost
DNS.2 = m.localhost
DNS.3 = *.m.localhost
EOF
)