aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-renew.8.in
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-04 10:42:19 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-04 10:56:04 +0100
commit15010d062ae276a92065cd6ea7dc94b749e20756 (patch)
tree8745f89f933826afbb329b4fc447186a1200610d /lfacme-renew.8.in
parent09aa3870070960d37d7bdbb724f4ac7b68395fdf (diff)
downloadlfacme-15010d062ae276a92065cd6ea7dc94b749e20756.tar.gz
lfacme-15010d062ae276a92065cd6ea7dc94b749e20756.tar.bz2
allow PREFIX to be customised
Diffstat (limited to 'lfacme-renew.8.in')
-rw-r--r--lfacme-renew.8.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/lfacme-renew.8.in b/lfacme-renew.8.in
new file mode 100644
index 0000000..66d9f3d
--- /dev/null
+++ b/lfacme-renew.8.in
@@ -0,0 +1,48 @@
+.\" This source code is released into the public domain.
+.Dd June 3, 2025
+.Dt LFACME-RENEW 8
+.Os
+.Sh NAME
+.Nm lfacme-renew
+.Nd issue or renew ACME certificates
+.Sh SYNOPSIS
+.Nm
+.Op Fl v
+.Op Fl c Ar confdir
+.Sh DESCRIPTION
+The
+.Nm
+utility examines the ACME certificates configured in
+.Xr domains.conf 5 .
+If a certificate was previously issued and is still valid for longer than 30
+days, it will be ignored.
+Otherwise, the certificate will be issued or renewed and any configured hook
+scripts will be invoked.
+.Pp
+An ACME account must be created using
+.Xr lfacme-setup 8
+before running
+.Nm .
+.Pp
+The follow options are accepted:
+.Bl -tag -width indent
+.It Fl c Ar confdir
+Use
+.Ar confdir
+as the configuration directory instead of the default
+.Pa __CONFDIR__ .
+.It Fl v
+Produce more output when running.
+This also passes the
+.Fl v
+option to uacme.
+.El
+.Sh ENVIRONMENT
+Refer to
+.Xr lfacme 8
+for a list of environment variables which affect the operation of
+.Nm .
+.Sh SEE ALSO
+.Xr domains.conf 5 ,
+.Xr lfacme 7 ,
+.Xr lfacme-setup 8