Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dkumor/acmewrapper
/ types & classes
Types & classes
5 in github.com/dkumor/acmewrapper
⨍
Functions
40
◇
Types & classes
5
Struct
AcmeWrapper
AcmeWrapper is the main object which controls tls certificates and their renewals
acmewrapper.go:30
Struct
Config
Config is the setup to use for generating your TLS keys. While the only required component is Server, it is recommended that you save at least your TL
configuration.go:46
Interface
LoggerInterface
LoggerInterface represents anything that can Printf.
acmewrapper.go:14
FuncType
TOSCallback
TOSCallback is a callback to run when the TOS have changed, and need to be agreed to. The returned bool is agree/not agree
configuration.go:41
Struct
wrapperChallengeProvider
wrapperChallengeProvider is used to fit into the acme.ChallengeProvider interface, which allows us to modify our server during runtime to solve the SN
challengeprovider.go:7