mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix: enable production CA server for letsencrypt
This commit is contained in:
parent
7aa775d600
commit
cd021bee37
2 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ in {
|
|||
devices = [ "nodev" ];
|
||||
efiInstallAsRemovable = true;
|
||||
efiSupport = true;
|
||||
version = 2;
|
||||
|
||||
extraEntries = ''
|
||||
menuentry "Reboot" {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue