Skip to content

sintemal/crt-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Rust Wrapper around crt.sh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages