23 lines
549 B
YAML
23 lines
549 B
YAML
daemon: true
|
|
http_port: 80
|
|
https_port: 443
|
|
version: draft-11
|
|
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
webroot_path: /srv/www
|
|
store:
|
|
module: 'le-store-certbot'
|
|
options:
|
|
config_dir: /etc/greenlock/
|
|
domains:
|
|
'*':
|
|
email: MY_EMAIL
|
|
agree_tos: MY_AGREE
|
|
analytics: true
|
|
checks:
|
|
- module: 'greenlock-plugin-approve-fs'
|
|
options:
|
|
www: false
|
|
path: /srv/www/:hostname
|
|
challenges:
|
|
module: 'le-challenge-fs'
|