An open API service indexing awesome lists of open source software.

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

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
image