vhost_le/vh_le.conf

41 lines
943 B
Plaintext
Raw Normal View History

2017-02-20 09:33:03 +01:00
# the main domain
domain_main = "test.hadoly.fr"
2017-02-20 09:33:03 +01:00
# list of TLDs used to determine the secondary domains
tld = ['fr', 'org']
2017-02-20 09:33:03 +01:00
# domain's base name used to determine the secondary domains
name = "hadoly"
2017-02-20 09:33:03 +01:00
# list of subdomains used to determine the secondary domains
sub = ['test']
2017-02-20 09:33:03 +01:00
# the IPv6
ip6_back = "2001:0912:3064:XXXX"
2017-02-20 09:33:03 +01:00
# the main zone record without extension
main_zone = "merlin.hadoly"
2017-02-20 09:33:03 +01:00
# path for Let'sEncrypt certificate
le_certificate_folder = "/etc/nginx/sites"
# path for ACME configuration
acme_folder = "/etc/acme"
# the template Vhost file
template_nginx_vhost = "./nginx_vhost_template"
2017-02-20 09:33:03 +01:00
# the temporary template Vhost file for Let's Encrypt
template_le_nginx_vhost = "./nginx_le_vhost_template"
2017-02-20 09:33:03 +01:00
# the template file for ACME config
template_acme_conf = "./acme_config_template"
2017-02-20 09:33:03 +01:00
# path to sites-available
available_path = "/etc/nginx/sites-available"
# path to sites-enabled
enabled_path = "/etc/nginx/sites-enabled"