acme

package module
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2024 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

Package acme provides logic related to the ACME protocols and flows

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTP01Challenge

type HTTP01Challenge interface {
	http.Handler
}

HTTP01Challenge represents a ACME-HTTP-01 challenge handler

type HTTP01Resolver

type HTTP01Resolver interface {
	AnnounceHost(hostname string)
	LookupChallenge(hostname, key string) HTTP01Challenge
}

HTTP01Resolver represents the interface using to handle a ACME-HTTP-01 challenge

Directories

Path Synopsis
challenge
http01
Package http01 provides logic regarding ACME-HTTP-01 protocol
Package http01 provides logic regarding ACME-HTTP-01 protocol

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL