atom-openssl-details

Decode an SSL Certificate to see the details

jwiebalk

703

3

0.5.0

MIT

GitHub

atom-openssl-details

Allows you to take the certificate data and either decode it to check its details or generate the bundle chain using Cloudflare's PKI and TLS toolkit.

Configuration

If binaries are not found on your default path they can be specified in the config.cson.

"atom-openssl-details":
  display: true
  openssl: "/usr/bin/openssl"
  cfssl: "/usr/local/bin/cfssl"
  jq: "/usr/local/bin/jq"

Usage

Decode
Bundle