local-letsencrypt/server/config.cfg.dist

12 lines
226 B
Plaintext
Raw Permalink Normal View History

2017-03-12 18:55:05 +00:00
# Global configuration
TOKENS = {
'testing3.waw.inf.re:TXT': 'testtoken',
2017-03-12 18:55:05 +00:00
}
# OVH-specific backend configuration
OVH_ZONE = 'inf.re'
# PowerDNS-specific backend configuration
PDNS_ZONE = 'inf.re'
PDNS_TOKEN = 'changeme'