Registry / networking / instant-acme

instant-acme

JSON →
library0.8.5rscratesunverified

Async pure-Rust ACME client

# Cargo.toml [dependencies] instant-acme = "0.8.5"
INSTALL
IMPORT
SIG · INSTANT-ACME
I
instant-acme
networkingrustv0.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AcmeClient
use instant_acme::AcmeClient;

Create an ACME client for certificate management

use instant_acme::AcmeClient; #[tokio::main] async fn main() { let client = AcmeClient::new("https://acme-staging-v02.api.letsencrypt.org/directory").await.unwrap(); println!("ACME client created"); }
Debug
Known issues
gotchaRequires an async runtime like Tokio
fix
Add tokio as a dependency and use #[tokio::main]
affects: >=0.8.0
Upgrade
Version history
0.8.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
instant-acme — cargo add instant-acme · libregistry