/checkssl_with_port

Check SSL certificate for domain with port number

Primary LanguageRustMIT LicenseMIT

checkssl

Check SSL certificate

Example

use checkssl::CheckSSL;

let certificate = CheckSSL::from_domain_with_port("rust-lang.org", "443").unwrap();
println!("{:?}", certificate)

License

MIT @Aldi Priya Perdana