update localhost TLS certificat to add *.othersite.m.localhost wildcard

This commit is contained in:
fkwp
2025-09-22 20:07:34 +02:00
parent 7b9461b05c
commit f93fde335d
5 changed files with 89 additions and 88 deletions

View File

@@ -34,5 +34,6 @@ subjectAltName = @alt_names
DNS.1 = localhost
DNS.2 = m.localhost
DNS.3 = *.m.localhost
DNS.4 = *.othersite.m.localhost
EOF
)