package
0.0.2
Repository: https://github.com/cpu/acmeshell.git
Documentation: pkg.go.dev

# Packages

Package commands holds types and functions common across all ACMEShell commands.

# Functions

NewACMEShell creates an ACMEShell instance by building an *ishell.Shell instance, a *challtestsrv.ChallengeTestSrv instance, and a *acme/client.Client instance.

# Structs

ACMEShell is an ishell.Shell instance tailored for ACME.
ACMEShellOptions allows specifying options for creating an ACME shell.