Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(port, keyAuth string)
Sets up a new httpx challenge by starting an HTTP server to handle http-01 challenges on the port number specified in the challenge type. For example, httpx-8080 serves the http-01 challenge on port 8080.
func Verify ¶
func Verify( resolver *net.Resolver, ca ca.CertificateAuthority, domain, port, challengeToken, expectedKeyAuth string) error
Verifies an http-01 challenge on the specified port by sending a GET request to the challenge URL and ensuring the key authorization presented matches the expected value. Implements acme.ChallengeVerifierFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.