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

# Functions

NewClient creates a Client instance from the given ClientConfig.

# Structs

Client allows interaction with an ACME server.
ClientConfig contains configuration options provided to NewClient when creating a Client instance.
OutputOptions holds runtime output settings for a client.
SigningOptions allows specifying signature related options when calling an Account's Sign function.
SignResult holds the input and output from a Sign operation.

# Type aliases

B64CSR is the Base64URLSafe encoding of an x509 Certificate Signing Request (CSR).
PEMCSR is the PEM encoding of an x509 Certificate Signing Request (CSR).