mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-23 03:53:56 +00:00
WIP
This commit is contained in:
parent
a8e4aa454c
commit
5549eda6e3
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…
x
Reference in New Issue
Block a user