Certified.Acme.Client (certified v0.1.0)

View Source

An ACME client focused on a smooth integration with ACME providers.

Please note, this has only been tested against Anchor.dev

More providers coming soon.

ACME RFC: https://datatracker.ietf.org/doc/html/rfc8555 JWT verifier: https://jwt.io/

Summary

Functions

download_final_certificate(account_location, certificate_url, ec_key, nonce)

finalize_order(domain, account_location, finalize_url, ec_key, nonce)

generate_certificate(domains, acme_url, opts \\ [])

new_account(url, ec_key, nonce, opts \\ [])

new_nonce(url)

new_order(domains, account_location, provider_url, ec_key, nonce)

supported_provider_operations(acme_uri)