Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/chris-short/ssl-tester

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/chris-short/ssl-tester

  • v0.2.7
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go Report Card GoDoc Build Status SSL Rating

ssl-tester

Description

A small Go app intended to help troubleshoot certificate chains.

A detailed use case that prompted the creation of this code was featured on opensource.com. I highly recommend reading it.

Requirements

  • go (if you want to modify paths to certificates you will need to run: go build)
  • Valid TLS keys

Installing

Installation to your $GOPATH is recommended:

go get github.com/chris-short/ssl-tester

A public and private key at /etc/ssl-tester/tls.crt and /etc/ssl-tester/tls.key respectively are expected. These paths can be symlinks to keypairs in another path.

If you want to compile ssl-tester for another platform you can clone this repo and use go build. I encourage you to read Dave Chaney's Cross compilation with Go to better understand that process.

Caveats

You might be able to use it to serve a frontend for a small service too if you'd so desire. Pull requests welcome!

License

MIT

Author

Chris Short https://chrisshort.net

FAQs

Package last updated on 26 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc