https://github.com/hrvadl/certchecker
Small program to display info about server TLS certificate chain
https://github.com/hrvadl/certchecker
go golang ssl tls tls-certificate
Last synced: about 1 year ago
JSON representation
Small program to display info about server TLS certificate chain
- Host: GitHub
- URL: https://github.com/hrvadl/certchecker
- Owner: hrvadl
- Created: 2024-05-03T18:12:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:14:50.000Z (about 2 years ago)
- Last Synced: 2025-01-30T12:24:48.542Z (over 1 year ago)
- Topics: go, golang, ssl, tls, tls-certificate
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Certchecker
Simplest possible TLS cert checker. Displays info about all certificate chains including root CA. Also works for untrusted certificates
## Run locally
```sh
go run main.go -d facebook.com
```
## Run as distributed binary
```sh
go run github.com/hrvadl/certchecker@latest -d google.com
```
## Examples