acme-client
acme-client copied to clipboard
A Ruby client for the letsencrypt's ACME protocol.
Results
12
acme-client issues
Sort by
recently updated
recently updated
newest added
`Acme::Client::Resources::Challenges.new` may return a Hash instead of `Challenges::*` when it encountered unsupported challenge type. When an user is iterating `authz#challenges`, they have to check a class of an element in...
I just hit a rate limited error when creating a new certificate (due to a bug, that created a loop of trying to create a certificate) I thought I'd add...