# README
ACME Client Library

Basic ACME client library. See godoc for the API.
This is distinct from acmetool in that it simply calls the server as you request. It isn't smart and it doesn't manage certificate lifetimes. It can be used by Go code independently of acmetool.
For the acmetool command line tool, see here.
Licence
© 2015 Hugo Landau <[email protected]> MIT License
# Packages
Package acmeendpoints provides information on known ACME servers.
Package acmeutils provides miscellaneous ACME-related utility functions.
# Functions
Returns true if the URL given is (potentially) a valid ACME resource URL.
# Constants
Final state.
Non-final state.
Non-final state.
Final state.
Non-final state...
Final state.
# Variables
Log site.
Internal use only.
You should set this to a string identifying the code invoking this library.
# Structs
Error returned when the account agreement URI does not match the currently required agreement URI.
Represents an authorization.
Represents a certificate which has been, or is about to be, issued.
Represents a Challenge which is part of an Authorization.
Client for making ACME API calls.
Error returned when an HTTP request results in a valid response, but which has an unexpected failure status code.
Represents an identifier for which an authorization is desired.
Represents an account registration.
# Type aliases
Represents the status of an authorization or challenge.