-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.conf-template
26 lines (26 loc) · 1.11 KB
/
settings.conf-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# setting hostname for email report
host=`hostname -f`
# setting log path
consoleLogPath="/var/log/letsencrypt"
consoleLog="$consoleLogPath/renew-letsencrypt-tlsa.log"
# certificates will be placed into a subfolder in "certPath" named after the main domain you specify in script
certPath="/etc/letsencrypt/manual"
# specify email for certbot command
email="[email protected]"
# specify email for reports (from and to)
reportemail_from="[email protected]"
reportemail_to="[email protected]"
# specify the ethernet interface where the webserver is listening
webserverInterface="eth0"
# if you do not use IPv6, set IPV6active to "no"
IPv6active="yes"
# if webserver does not listen on a public IP, specify the external IP addresses below
# and set localIPv4override and/or localIPv6override to "yes"
localIPv4override="no"
localIPv4overrideAddress=""
localIPv6override="no"
localIPv6overrideAddress=""
# if another DNS server than the first locally defined should be used for name resolution
# specify the DNS server address below and set localDNSServerOverride to "yes"
localDNSServerOverride="no"
localDNSServerOverrideAdress=""