mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-18 16:47:54 +00:00
WIP
This commit is contained in:
parent
a8e4aa454c
commit
5549eda6e3
2 changed files with 3 additions and 3 deletions
2
.env-dev
2
.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
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue