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-HTTP(7) FreeBSD Miscellaneous Information Manual LFACME-HTTP(7)

lfacme-httpvalidate an ACME challenge via HTTP

In domains.conf(5):

domain challenge=http

The lfacme-http challenge hook will respond to an ACME domain validation using an HTTP-based “http-01” authorization. To use this challenge hook, configure one or more domains with “challenge=http” in domains.conf(5).

The “http-01” challenge expects the authorization token to be served via HTTP at the path “/.well-known/acme-challenge/token” on the domain to be validated. When lfacme-http responds to the challenge, it will place the token in the directory configured by LFACME_HTTP_CHALLENGE_DIR in acme.conf(5). This directory must be mapped to the appropriate path on the web server for the challenge to succeed.

The lfacme-http challenge hook supports the following configuration options in acme.conf(5):

LFACME_HTTP_CHALLENGE_DIR
(Required.) The directory to place the challenge tokens in. The contents of this directory should be served at the path “/.well-known/acme-challenge” on the web server for the domain to be validated.

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

June 4, 2025 FreeBSD 14.3-RELEASE

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

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