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 = ''