aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme-cert.8.in
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-04 20:03:28 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-04 20:03:28 +0100
commit17ecb79c0868f6405f259f01f5dd7578e068a683 (patch)
treeedae6c25e16c91fb15a4c8738d8c1d067eefd9da /lfacme-cert.8.in
parentbb551c7159a4e06982d94973c96ca64057e70884 (diff)
downloadlfacme-17ecb79c0868f6405f259f01f5dd7578e068a683.tar.gz
lfacme-17ecb79c0868f6405f259f01f5dd7578e068a683.tar.bz2
add a 'cert' command to manage certificates
Diffstat (limited to 'lfacme-cert.8.in')
-rw-r--r--lfacme-cert.8.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/lfacme-cert.8.in b/lfacme-cert.8.in
new file mode 100644
index 0000000..d6014cc
--- /dev/null
+++ b/lfacme-cert.8.in
@@ -0,0 +1,41 @@
+.\" This source code is released into the public domain.
+.Dd June 4, 2025
+.Dt LFACME 7
+.Os
+.Sh NAME
+.Nm lfacme cert
+.Nd manage ACME certificates
+.Sh SYNOPSIS
+.Nm lfacme
+.Op opts
+.Cm cert list
+.Nm lfacme
+.Op opts
+.Cm cert remove
+.Ar certificate
+.Op Ar certificate ...
+.Sh DESCRIPTION
+The
+.Nm
+command is used to manage certificates issued by
+.Xr lfacme 8 .
+.Pp
+The following commands are supported:
+.Bl -tag -width Cm remove
+.It Cm list
+List issued certificates.
+.It Cm remove
+Remove the given certificates.
+The certificates will be deleted from the disk, but will be reissued the next
+time
+.Xr lfacme-renew 8
+is run unless they are also removed from
+.Xr domains.conf 5 .
+.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 8