aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-setup.8
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-setup.8
parent09aa3870070960d37d7bdbb724f4ac7b68395fdf (diff)
downloadlfacme-15010d062ae276a92065cd6ea7dc94b749e20756.tar.gz
lfacme-15010d062ae276a92065cd6ea7dc94b749e20756.tar.bz2
allow PREFIX to be customised
Diffstat (limited to 'lfacme-setup.8')
-rw-r--r--lfacme-setup.845
1 files changed, 0 insertions, 45 deletions
diff --git a/lfacme-setup.8 b/lfacme-setup.8
deleted file mode 100644
index f34e518..0000000
--- a/lfacme-setup.8
+++ /dev/null
@@ -1,45 +0,0 @@
-.\" This source code is released into the public domain.
-.Dd June 3, 2025
-.Dt LFACME-SETUP 8
-.Os
-.Sh NAME
-.Nm lfacme-setup
-.Nd create a new ACME account
-.Sh SYNOPSIS
-.Nm
-.Op Fl vy
-.Op Fl c Ar confdir
-.Sh DESCRIPTION
-The
-.Nm
-utility 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
-.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 ENVIRONMENT
-Refer to
-.Xr lfacme 8
-for a list of environment variables which affect the operation of
-.Nm .
-.Sh SEE ALSO
-.Xr acme.conf 5 ,
-.Xr lfacme 7