From 17ecb79c0868f6405f259f01f5dd7578e068a683 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 20:03:28 +0100 Subject: add a 'cert' command to manage certificates --- lfacme-cert.8.in | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lfacme-cert.8.in (limited to 'lfacme-cert.8.in') 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 -- cgit v1.2.3