From 5549eda6e3b065638eb3195da02550b7bd8fa2f9 Mon Sep 17 00:00:00 2001 From: crapStone Date: Thu, 26 Dec 2024 20:07:55 +0100 Subject: [PATCH] WIP --- .env-dev | 2 +- example_config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env-dev b/.env-dev index 2286005..b27b3ce 100644 --- a/.env-dev +++ b/.env-dev @@ -1,4 +1,4 @@ -ACME_API=https://acme.mock.directory +ACME_API=https://localhost:14000/dir ACME_ACCEPT_TERMS=true PAGES_DOMAIN=localhost.mock.directory RAW_DOMAIN=raw.localhost.mock.directory diff --git a/example_config.toml b/example_config.toml index c8dacb2..209e11a 100644 --- a/example_config.toml +++ b/example_config.toml @@ -23,8 +23,8 @@ conn = 'certs.sqlite' [ACME] email = 'noreply@example.email' -apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory' -acceptTerms = false +apiEndpoint = 'https://localhost:14000/dir' +acceptTerms = true useRateLimits = false eab_hmac = '' eab_kid = ''