fix: enable production CA server for letsencrypt

This commit is contained in:
Jo 2024-09-23 22:57:33 +02:00
parent 7aa775d600
commit cd021bee37
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,6 @@ in {
devices = [ "nodev" ];
efiInstallAsRemovable = true;
efiSupport = true;
version = 2;
extraEntries = ''
menuentry "Reboot" {

View file

@ -59,7 +59,7 @@ in {
acme = {
email = cfg.cloudflareEmail;
storage = "/var/lib/traefik/acme.json";
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory";
#caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"; # Uncomment this when testing stuff!
dnsChallenge = {
provider = "cloudflare";
};