aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-renew.8
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-03 09:53:49 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-03 09:53:49 +0100
commit6e4bfc59487dbb9d5c80d2debe98f769fe244577 (patch)
tree24f9386619f6068925e037b4254859acc0ecc0e0 /lfacme-renew.8
parent65401ae5872e76f5ceab0c0e808d1e4823c6c0dc (diff)
downloadlfacme-6e4bfc59487dbb9d5c80d2debe98f769fe244577.tar.gz
lfacme-6e4bfc59487dbb9d5c80d2debe98f769fe244577.tar.bz2
improve path handling
- allow a different configuration directory to be specified with '-c' - since acme.conf allows the uacme directory to be changed, this allows the user to change both. - use /var/db/lfacme as the default datadir instead of putting data in /etc.
Diffstat (limited to 'lfacme-renew.8')
-rw-r--r--lfacme-renew.816
1 files changed, 16 insertions, 0 deletions
diff --git a/lfacme-renew.8 b/lfacme-renew.8
index e198dc2..1ed3aba 100644
--- a/lfacme-renew.8
+++ b/lfacme-renew.8
@@ -7,6 +7,8 @@
.Nd issue or renew ACME certificates
.Sh SYNOPSIS
.Nm
+.Op Fl v
+.Op Fl c Ar confdir
.Sh DESCRIPTION
The
.Nm
@@ -21,6 +23,20 @@ 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 /usr/local/etc/lfacme .
+.It Fl v
+Produce more output when running.
+This also passes the
+.Fl v
+option to uacme.
+.El
.Sh SEE ALSO
.Xr domains.conf 5 ,
.Xr lfacme-setup 8