summarylogtreecommitdiffstats
path: root/example.conf
blob: 8b51cc35a829639487f0873073d9b3ce2cd22c56 (plain)
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
27
28
29
# Before first run you need to configure http server
# so that directory "/run/acme-challenge"
# was the alias of "/.well-known/acme-challenge"
#
# Nginx example:
#  location /.well-known/acme-challenge {
#    alias /run/acme-challenge;
#  }
#
# Manual run:
#    systemctl start acme@example
#
# Show status:
#    journalctl -e -u acme@example
#
# If no errors, then certificate and key will be placed in the directory /var/lib/acme/certs/example
#
# Enable daily timer check and renew certs:
#  systemctl enable --now acme@example.timer

# List domain names included in certificate separated by space. All domains should work and refer to this server.
ACME_DOMAINS="example.com www.example.com"

#ACME_ACCOUNT="letsencrypt"

#ACME_ARGS="-vbnN -a https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf"

# See also:
#    man 1 acme-client