Skip to content

koji-k/ssl_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check SSL expiration date

[koji:ssl_checker]$ ./target/debug/ssl_checker example.com
301
[koji:ssl_checker]$ 

Build

Build this project with musl toolchain.
Using following Docker image makes it super easily.

rust-musl-builder: Docker container for easily building static Rust binaries

sudo docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder cargo build --release

binary will be created under ./target/x86_64-unknown-linux-musl/release/

TODO

  • add test (how...?)
  • update CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages