2018-05-26 08:07:49 +00:00
|
|
|
email: 'jon@example.com' # must be valid (for certificate recovery and security alerts)
|
|
|
|
agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes
|
|
|
|
community_member: true # receive infrequent relevant updates
|
|
|
|
telemetry: true # contribute to project telemetric data
|
2018-06-15 06:09:46 +00:00
|
|
|
webmin_domain: example.com
|
|
|
|
shared_domain: xm.pl
|
2018-05-26 08:07:49 +00:00
|
|
|
servernames: # hostnames that direct to the Telebit Relay admin console
|
2018-05-25 09:02:04 +00:00
|
|
|
- telebit.example.com
|
|
|
|
- telebit.example.net
|
2018-05-26 08:07:49 +00:00
|
|
|
vhost: /srv/www/:hostname # load secure websites at this path (uses template string, i.e. /var/www/:hostname/public)
|
2018-05-24 22:40:50 +00:00
|
|
|
greenlock:
|
2018-05-26 08:07:49 +00:00
|
|
|
version: 'draft-11'
|
|
|
|
server: 'https://acme-v02.api.letsencrypt.org/directory'
|
|
|
|
store:
|
|
|
|
strategy: le-store-certbot # certificate storage plugin
|
|
|
|
config_dir: /etc/acme # directory for ssl certificates
|
|
|
|
secret: '' # generate with node -e "console.log(crypto.randomBytes(16).toString('hex'))"
|