telebit.js/examples/telebit.yml

16 lines
927 B
YAML
Raw Normal View History

2018-05-27 10:38:29 +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
relay: wss://telebit.cloud # Which Telebit Relay to use
2018-06-05 00:23:33 +00:00
secret: '' # Shared Secret with Telebit Relay for authorization
#token: '' # Token created by Telebit Relay for authorization
ssh_auto: 22 # forward ssh-looking packets, from any connection, to port 22
2018-05-27 10:38:29 +00:00
servernames: # hostnames that direct to the Telebit Relay admin console
2018-06-05 00:29:36 +00:00
example.com: {}
example.net: {}
2018-06-05 00:23:33 +00:00
greenlock:
version: 'draft-11'
server: 'https://acme-staging-v02.api.letsencrypt.org/directory'
config_dir: '/opt/telebit/etc/acme.staging/'