Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LFACME(8)		    System Manager's Manual		     LFACME(8)

NAME
       lfacme -- issue,	renew and manage ACME certificates

SYNOPSIS
       lfacme [-v] [-c confdir]	cert list
       lfacme [-v] [-c confdir]	cert remove certificate	[certificate ...]
       lfacme [-v] [-c confdir]	setup [-y]
       lfacme [-v] [-c confdir]	renew [-f] [certificate]

DESCRIPTION
       The  lfacme  command  supports automated	management of TLS certificates
       using an	ACME server.  Certificates can be automatically	issued and re-
       newed, and a hook system	allows software	using those certificates to be
       automatically (re)configured with the new certificate.

       Prior to	 using	lfacme,	 two  configuration  files  must  be  created:
       /usr/local/etc/lfacme/acme.conf and /usr/local/etc/lfacme/domains.conf.
       Samples	of both	files are provided in /usr/local/etc/lfacme.  Refer to
       acme.conf(5) and	domains.conf(5)	for  more  detailed  documentation  on
       these files.

       The following options are supported:

       -c confdir  Load	 the configuration from	confdir	instead	of the default
		   /usr/local/etc/lfacme.

       -v	   Print more detailed output while running.

       The following commands are supported:

       setup	   Create a new	account	on the ACME server.  This must be  run
		   prior to issuing any	certificates.  See lfacme-setup(8).

       renew	   Issue    or	 renew	 any   certificates   based   on   the
		   domains.conf(5) configuration file.	See lfacme-renew(8).

       cert	   Manage installed certificates.  See lfacme-cert(8).

ENVIRONMENT
       The following environment variables affect the executation of lfacme:

       LFACME_CONFDIR  Override	the default configuration directory.  This  is
		       equivalent  to  specifying  the	-c flag	on the command
		       line.

       LFACME_VERBOSE  If set to a non-empty  string,  run  in	verbose	 mode.
		       This  is	 equivalent  to	 specifying the	-v flag	on the
		       command line.

       Additionally, any configuration settings	described in acme.conf(5)  may
       also be set in the environment.

SEE ALSO
       acme.conf(5),	domains.conf(5),    lfacme-cert(8),   lfacme-renew(8),
       lfacme-setup(8)

FreeBSD	ports 15.0		 June 4, 2025			     LFACME(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lfacme&sektion=8&manpath=FreeBSD+Ports+15.0>

home | help