CertSnap is a command-line interface (CLI) tool designed to check the expiration status of SSL certificates for specified domains.
certsnap [command]
check
: Check the expiration status of specified domainshelp
: Get help about any command
-h, --help
: Display help for CertSnap
Use certsnap [command] --help
for more detailed information about a specific command.
To build, use the following commands:
make build
To clean up build artifacts, run:
make build
This will remove the build directory and any generated files.