https://github.com/leoborai/certs
CLI tool to debug server's SSL/TLS Certificates
https://github.com/leoborai/certs
certificate cli debug rust ssl tls tool x509
Last synced: about 1 year ago
JSON representation
CLI tool to debug server's SSL/TLS Certificates
- Host: GitHub
- URL: https://github.com/leoborai/certs
- Owner: LeoBorai
- License: mit
- Created: 2023-04-23T05:27:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T03:22:26.000Z (about 3 years ago)
- Last Synced: 2025-04-10T17:16:16.433Z (about 1 year ago)
- Topics: certificate, cli, debug, rust, ssl, tls, tool, x509
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
certs
CLI tool to debug server's SSL/TLS Certificates
[](https://crates.io/crates/certs)
[](https://docs.rs/certs)



## Installation
```bash
cargo install certs
```
## Usage
### Render a website certificate summary
```bash
$ certs show https://www.estebanborai.com
Fetching certificate from: www.estebanborai.com:443
Issuer: C=US, O=Cloudflare, Inc., CN=Cloudflare Inc ECC CA-3
Subject: C=US, ST=California, L=San Francisco, O=Cloudflare, Inc., CN=sni.cloudflaressl.com
Not Before: 2022-11-03 0:00:00.0 +00:00:00
Not After: 2023-11-03 23:59:59.0 +00:00:00
Version: V3
```
## Contributing
Every contribution to this project is welcome. Feel free to open a pull request,
an issue or just by starting this project.
## License
Distributed under the terms of both the MIT license