4 releases

0.1.3 Feb 28, 2022
0.1.2 Feb 11, 2022
0.1.1 Feb 11, 2022
0.1.0 Feb 11, 2022

#7 in #crt

Apache-2.0

33KB
677 lines

crt-sh

A simple rust wrapper around crt.sh.

Usage

Get the certificate overview for a domain:

let certs: Vec<CrtShEntry> = get_entries("example.com").await.unwrap();

Get a specific certificate (identified by the previous returned crt.sh ID)

let cert: pem::Pem = get_certificate(5813209289).await.unwrap();

Dependencies

~8–22MB
~339K SLoC