Certbot v0.5.1 Certbot.Acme.ChallengeStore.Default View Source
Default Acme.ChallengeStore
Used to store challenges provided by the Acme server. This is a simple genserver, if you have multiple servers running the challenges won't be distributed among them so the challenges will fail.
To counter this you'll need to reimplement this store with another one, e.g. based on mnesia or redis, and should implement the Certbot.Acme.ChallengeStore behaviour
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.