nixos/caddy: fix ca api endpoint, now uses v2
This commit is contained in:
@@ -25,8 +25,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ca = mkOption {
|
ca = mkOption {
|
||||||
default = "https://acme-v01.api.letsencrypt.org/directory";
|
default = "https://acme-v02.api.letsencrypt.org/directory";
|
||||||
example = "https://acme-staging.api.letsencrypt.org/directory";
|
example = "https://acme-staging-v02.api.letsencrypt.org/directory";
|
||||||
type = types.string;
|
type = types.string;
|
||||||
description = "Certificate authority ACME server. The default (Let's Encrypt production server) should be fine for most people.";
|
description = "Certificate authority ACME server. The default (Let's Encrypt production server) should be fine for most people.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user