aboutsummaryrefslogtreecommitdiffstats
path: root/acme.conf.sample
blob: f6f8432ad19df5b19541a96dd10a554580b04a90 (plain) (blame)
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
30
31
32
33
# This is a sample configuration file for lfacme.  It is a shell script,
# so you can include other files or call programs here if you like.


### ACME_URL: The URL of the ACME server.
# No default, you must set this.

# Let's Encrypt production::
#ACME_URL="https://acme-v02.api.letsencrypt.org/directory"

# Let's Encrypt staging:
#ACME_URL="https://acme-staging-v02.api.letsencrypt.org/directory"


### ACME_DIR: The path to lfacme's configuration directory.
# This is also where generated certificates are stored.
# No default, you must set this.

#ACME_DIR="/usr/local/etc/acme"


### ACME_HOOKDIR: The path to the directory containing certificate hooks.
# The default is "${ACME_DIR}/hooks".
# There is usually no need to change this.

#ACME_HOOKDIR="/some/directory"


### ACME_KERBEROS_PRINCIPAL: The Kerberos principal we use for nsupdate.
# The default is "host/$(hostname)", which assumes a default realm is
# configured in /etc/krb5.conf.

#ACME_KERBEROS_PRINCIPAL="host/server.example.org@EXAMPLE.ORG"