From 6e4bfc59487dbb9d5c80d2debe98f769fe244577 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Tue, 3 Jun 2025 09:53:49 +0100 Subject: 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. --- lfacme-setup.8 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'lfacme-setup.8') diff --git a/lfacme-setup.8 b/lfacme-setup.8 index f6c51ca..3cb1a3b 100644 --- a/lfacme-setup.8 +++ b/lfacme-setup.8 @@ -7,6 +7,8 @@ .Nd create a new ACME account .Sh SYNOPSIS .Nm +.Op Fl vy +.Op Fl c Ar confdir .Sh DESCRIPTION The .Nm @@ -16,5 +18,22 @@ If the provider requires accepting terms of service to create an account, the ToS URL will be printed and .Nm will prompt the user to accept them. +.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. +.It Fl y +If the ACME provider requires accepting terms of service, +accept the provided terms automatically. +.El .Sh SEE ALSO .Xr acme.conf 5 -- cgit v1.2.3