acme: Switch to a wildcard certificate

This commit is contained in:
Tristan Daniël Maat 2024-04-16 01:08:13 +02:00
parent 8f178f776e
commit e16f3be326
Signed by: tlater
GPG key ID: 49670FD774E43268
11 changed files with 24 additions and 11 deletions
configuration/services

View file

@ -45,7 +45,7 @@ in {
# Set up SSL
services.nginx.virtualHosts."${hostName}" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tlater.net";
# The upstream module already adds HSTS
};