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
ACME.CONF(5) FreeBSD File Formats Manual ACME.CONF(5)

acme.conflfacme global configuration file

/usr/local/etc/lfacme/acme.conf

The acme.conf file is used to configure the global behaviour of lfacme. Each option should be configured as a sh(1) variable assignment, i.e. “option=value”.

Alternatively, options may be set as environment variables prior to running lfacme. If all required options are set in the environment, then the acme.conf file is not required.

The following configuration options are supported:

LFACME_URL
(Required.) The URL of the ACME server.
LFACME_DATADIR
The path to the runtime data directory, where the ACME account key and any issued certificates will be stored. The default path is /var/db/lfacme.
LFACME_HOOKDIR
The path to a directory containing hooks to invoke when issuing certificates (see domains.conf(5)). The default path is /usr/local/etc/lfacme/hooks.
LFACME_OPENSSL
Path to the openssl(1) program. If not specified, $PATH will be searched.
LFACME_UACME
Path to the uacme(1) program. If not specified, $PATH will be searched.

Additional configuration variables may be used by the ACME validation hooks; refer to the manual page for each hook for more details.

domains.conf(5), lfacme(8), lfacme-dns(7), lfacme-http(7), lfacme-kerberos(7), lfacme-ualpn(7)

June 3, 2025 FreeBSD 14.3-RELEASE

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

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