aboutsummaryrefslogtreecommitdiffstats
path: root/domains.conf.5
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 10:10:34 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 10:10:34 +0100
commitf18885a0ec90cd7cc5ffc41b515bc8ac6ad33b82 (patch)
tree867d0175abbd1c4fabb299d03056f150976cbe6a /domains.conf.5
parentb89998be914a85c95fcf08f9c2eed903746e1ff9 (diff)
downloadlfacme-f18885a0ec90cd7cc5ffc41b515bc8ac6ad33b82.tar.gz
lfacme-f18885a0ec90cd7cc5ffc41b515bc8ac6ad33b82.tar.bz2
domains.conf: support default options
Diffstat (limited to 'domains.conf.5')
-rw-r--r--domains.conf.517
1 files changed, 16 insertions, 1 deletions
diff --git a/domains.conf.5 b/domains.conf.5
index c737d49..0f937a6 100644
--- a/domains.conf.5
+++ b/domains.conf.5
@@ -23,6 +23,14 @@ names or options for the certificate.
If no subject alt names are provided, then the certificate name is used as
the common name and subject alt name.
.Pp
+If the certificate name is
+.Dq * ,
+then this line will not cause a certificate to be issued;
+instead, any options set on this line will apply to all following lines,
+or until another line with the certificate name
+.Dq * ,
+which will replace the previously set options.
+.Pp
The following options may be set:
.Bl -tag -width indent
.It Sy type Ns Li = Ns Ar keytype
@@ -67,11 +75,18 @@ This is not necessarily the certificate's common name.
.It Sy LFACME_CERTFILE
The path of a file which contains the public certificate and any issuer
certificates, in PEM format.
-.It Sy lFACME_KEYFILE
+.It Sy LFACME_KEYFILE
The path of a file which contains the private key file in PEM format.
.El
.El
.Sh EXAMPLES
+Set the key type to
+.Dq rsa
+for all certificates.
+.Bd -literal -offset indent
+* type=rsa
+.Ed
+.Pp
Issue a certificate for
.Dq example.org
using the default options.