successgo / cert-checker

Given a list of sites, fetch the certificates and order by the expiration time, support distinct.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cert-checker

Build

$ dotnet build

Run

$ bin/Debug/net6.0/CertChecker https://google.com https://baidu.com
Wait a moment...
02/21/2022 CN=*.google.com
02/21/2022 CN=www.google.com
02/25/2022 CN=www.baidu.cn, O="BeiJing Baidu Netcom Science Technology Co., Ltd", S=北京市, C=CN
Done!

About

Given a list of sites, fetch the certificates and order by the expiration time, support distinct.

License:MIT License


Languages

Language:C# 100.0%