2019-10-08 19:02:56 +00:00
|
|
|
ENV=DEV
|
2019-10-26 06:03:43 +00:00
|
|
|
|
|
|
|
MAINTAINER_EMAIL=letsencrypt+staging@example.com
|
2019-10-08 19:02:56 +00:00
|
|
|
SUBSCRIBER_EMAIL=letsencrypt+staging@example.com
|
2019-10-26 06:03:43 +00:00
|
|
|
|
|
|
|
# for example
|
|
|
|
DOMAINS=test.example.com,www.test.example.com
|
|
|
|
# for tests
|
2019-10-08 19:02:56 +00:00
|
|
|
BASE_DOMAIN=test.example.com
|
2019-10-26 06:03:43 +00:00
|
|
|
|
2019-10-08 19:02:56 +00:00
|
|
|
CHALLENGE_TYPE=dns-01
|
2019-10-21 21:22:07 +00:00
|
|
|
CHALLENGE_PLUGIN=acme-dns-01-digitalocean
|
2019-10-08 19:02:56 +00:00
|
|
|
CHALLENGE_OPTIONS='{"token":"xxxxxxxxxxxx"}'
|