acme: Switch to a wildcard certificate
This commit is contained in:
parent
8f178f776e
commit
e16f3be326
11 changed files with 24 additions and 11 deletions
configuration/services
|
@ -41,7 +41,7 @@ in {
|
|||
httpPort = config.services.forgejo.settings.server.HTTP_PORT;
|
||||
in {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
useACMEHost = "tlater.net";
|
||||
enableHSTS = true;
|
||||
|
||||
locations."/".proxyPass = "http://${httpAddress}:${toString httpPort}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue