Acme::Client
Inherits Reference < Object
Constants
LETS_ENCRYPT_PROD = "https://acme-v02.api.letsencrypt.org/directory"
LETS_ENCRYPT_STAGING = "https://acme-staging-v02.api.letsencrypt.org/directory"
Constructors
new(directory_url : String, account_key : Crypto::RSA, development : Bool = false)
SourceInstance methods
answer_challenge(challenge_url : String)
Sourcedirectory
Sourcefinalize_order(finalize_url : String, csr : Crypto::CSR)
Sourceget_authorization(auth_url : String)
Sourceget_authorizations(order)
Sourceget_certificate(cert_url : String)
Sourceget_order(order_url : String)
Sourcekid
Sourcenew_nonce
Sourcenew_order(domains : Array(String))
Sourcepost(url : String, payload : Hash | Nil)
Sourceregister(email : String)
Source