{"id":15640604,"url":"https://github.com/djc/instant-acme","last_synced_at":"2025-04-14T08:56:22.446Z","repository":{"id":38791016,"uuid":"491419259","full_name":"djc/instant-acme","owner":"djc","description":"Simple ACME client","archived":false,"fork":false,"pushed_at":"2025-03-28T17:00:40.000Z","size":262,"stargazers_count":119,"open_issues_count":6,"forks_count":24,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T05:36:31.373Z","etag":null,"topics":["acme","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["djc"],"patreon":"dochtman"}},"created_at":"2022-05-12T08:02:56.000Z","updated_at":"2025-04-11T11:14:55.000Z","dependencies_parsed_at":"2024-08-20T18:39:03.776Z","dependency_job_id":"6d05b474-ce5e-43b1-b4d3-77cfdca5e8db","html_url":"https://github.com/djc/instant-acme","commit_stats":{"total_commits":145,"total_committers":16,"mean_commits":9.0625,"dds":0.2551724137931034,"last_synced_commit":"e6b2ff7fec6dac67338b89db6172c6a61bff8042"},"previous_names":["djc/instant-acme"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djc%2Finstant-acme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djc%2Finstant-acme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djc%2Finstant-acme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djc%2Finstant-acme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djc","download_url":"https://codeload.github.com/djc/instant-acme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852112,"owners_count":21171839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acme","rust"],"created_at":"2024-10-03T11:38:22.690Z","updated_at":"2025-04-14T08:56:22.426Z","avatar_url":"https://github.com/djc.png","language":"Rust","funding_links":["https://github.com/sponsors/djc","https://patreon.com/dochtman"],"categories":[],"sub_categories":[],"readme":"# instant-acme: async, pure-Rust ACME client\n\n[![Documentation](https://docs.rs/instant-acme/badge.svg)](https://docs.rs/instant-acme/)\n[![Crates.io](https://img.shields.io/crates/v/instant-acme.svg)](https://crates.io/crates/instant-acme)\n[![Build status](https://github.com/djc/instant-acme/workflows/CI/badge.svg)](https://github.com/djc/instant-acme/actions?query=workflow%3ACI)\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE)\n\ninstant-acme is an async, pure-Rust ACME (RFC 8555) client.\n\ninstant-acme is used in production at [Instant Domain Search](https://instantdomainsearch.com/) to help\nus provision TLS certificates within seconds for our customers. instant-acme relies\non Tokio and rustls to implement the [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html)\nspecification.\n\n## Features\n\n* Store/recover your account credentials by serializing/deserializing\n* Fully async implementation with tracing support\n* Support for processing multiple orders concurrently\n* Support for external account binding\n* Support for certificate revocation\n* Support for the [ACME renewal information (ARI)] extension\n* Support for the [profiles] extension\n* Uses hyper with rustls and Tokio for HTTP requests\n* Uses *ring* or aws-lc-rs for ECDSA signing\n* Minimum supported Rust version (MSRV): 1.70\n\n[ACME renewal information (ARI)]: https://www.ietf.org/archive/id/draft-ietf-acme-ari-08.html\n[profiles]: https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/\n\n## Cargo features\n\n* `hyper-rustls` (default): use a hyper client with rustls\n* `aws-lc-rs` (default): use the aws-lc-rs crate as the crypto backend\n* `ring`: use the *ring* crate as the crypto backend\n* `fips`: enable the aws-lc-rs crate's FIPS-compliant mode\n* `x509-parser`: enable extracting `CertificateIdentifier` values for ARI from\n  certificates\n* `time`: enable fetching `RenewalInfo` for a `CertificateIdentifier`\n\nIf both `ring` and `aws-lc-rs` are enabled, `aws-lc-rs` will be used.\n\n## Limitations\n\n* Only supports P-256 ECDSA account keys for now\n\n## Getting started\n\nSee the [examples](examples) directory for an example of how to use instant-acme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjc%2Finstant-acme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjc%2Finstant-acme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjc%2Finstant-acme/lists"}