aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-setup.8.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 19:33:21 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 19:33:21 +0100
commitace580c522836e5287f4603ceea5da41881a4651 (patch)
treebaf0ed9518439f94c57570b5b2272d2b2329845e /lfacme-setup.8.in
parent81ea52277cfe0396d4a2a2a2cc3ab9e98c3c99f7 (diff)
downloadlfacme-ace580c522836e5287f4603ceea5da41881a4651.tar.gz
lfacme-ace580c522836e5287f4603ceea5da41881a4651.tar.bz2
replace lfacme-{setup,renew} with a single lfacme command
Diffstat (limited to 'lfacme-setup.8.in')
-rw-r--r--lfacme-setup.8.in26
1 files changed, 8 insertions, 18 deletions
diff --git a/lfacme-setup.8.in b/lfacme-setup.8.in
index 893c0b2..afd50c9 100644
--- a/lfacme-setup.8.in
+++ b/lfacme-setup.8.in
@@ -3,16 +3,17 @@
.Dt LFACME-SETUP 8
.Os
.Sh NAME
-.Nm lfacme-setup
+.Nm lfacme setup
.Nd create a new ACME account
.Sh SYNOPSIS
-.Nm
-.Op Fl vy
-.Op Fl c Ar confdir
+.Nm lfacme
+.Op opts
+.Cm setup
+.Op Fl y
.Sh DESCRIPTION
The
.Nm
-utility will register a new account with the ACME provider configured in
+command will register a new account with the ACME provider configured in
.Xr acme.conf 5 .
If the provider requires accepting terms of service to create an account,
the ToS URL will be printed and
@@ -21,19 +22,8 @@ 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 __CONFDIR__ .
-.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.
+Accept any required terms of service automatically.
.El
.Sh ENVIRONMENT
Refer to
@@ -42,4 +32,4 @@ for a list of environment variables which affect the operation of
.Nm .
.Sh SEE ALSO
.Xr acme.conf 5 ,
-.Xr lfacme 7
+.Xr lfacme 8