feat: add dns.useStagingACME option

Used for testing environments, so we don't stumble upon ACME rate limits.
This commit is contained in:
Inex Code
2022-11-16 11:02:20 +03:00
parent 895a816ef5
commit 3dd8ff1821
3 changed files with 9 additions and 1 deletions

View File

@@ -90,6 +90,10 @@ in
description = "DNS provider that was defined at the initial setup process. Default is ClOUDFLARE";
type = types.nullOr types.str;
};
useStagingACME = mkOption {
description = "Use staging ACME server. Default is false";
type = types.nullOr types.bool;
};
};
backup = {
bucket = mkOption {