Acmex v0.1.2 Acmex.Client View Source
This module is responsible for calling the ACME API.
GenServer
is used to store the account and its credentials.
Link to this section Summary
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
start_link(key, name \\ __MODULE__)
View Sourcestart_link(String.t(), GenServer.name()) :: GenServer.on_start()
Starts the GenServer
with a given account key.