WIP: acme: Switch to a wildcard certificate
This commit is contained in:
parent
8f178f776e
commit
d4a0e43a49
11 changed files with 25 additions and 11 deletions
|
@ -38,7 +38,7 @@ in {
|
|||
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
useACMEHost = "tlater.net";
|
||||
enableHSTS = true;
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue