GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LFACME(8) FreeBSD System Manager's Manual LFACME(8)

lfacmeissue, renew and manage ACME certificates

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]

The lfacme command supports automated management of TLS certificates using an ACME server. Certificates can be automatically issued and renewed, 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:

confdir
Load the configuration from confdir instead of the default /usr/local/etc/lfacme.
Print more detailed output while running.

The following commands are supported:

Create a new account on the ACME server. This must be run prior to issuing any certificates. See lfacme-setup(8).
Issue or renew any certificates based on the domains.conf(5) configuration file. See lfacme-renew(8).
Manage installed certificates. See lfacme-cert(8).

The following environment variables affect the executation of lfacme:

Override the default configuration directory. This is equivalent to specifying the -c flag on the command line.
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.

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

June 4, 2025 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.