2.2.0 • Published 5 years ago

@helionstack/certificate-manager v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Certificate Manager

Build Status

Pre-requisites

  1. NodeJS version >= 10.0 Installation
  2. Openssl version >= v1.1.0 Windows Installer

Install

$ npm i -g @helionstack/certificate-manager

Or Download Binaries

  1. Linux binary
  2. Mac OSX binary
  3. Windows binary

Usage

The tool requires openssl to be installed on the system, in order to work as expected.

if you are behind a corporate proxy, make sure to add the proxy urls to the environments variables HTTP_PROXY & HTTPS_PROXY

To fetch the certificate details for the required host, just type cert scan [hostname] in the terminal.

For more information on the usage you can type cert --help in the command line to get the list of options to use.

Example

$ cert scan www.google.com

    Certificate Information : www.google.com
    ======================================================
      Version: 3 (0x2)
      Serial Number: 67:6d:2c:52:de:74:c0:68
      Issuer: C = US, O = Google Trust Services, CN = Google Internet Authority G3
      Valid From: Tuesday, October 30th 2018, 6:44:00 pm
      Valid Till: Tuesday, January 22nd 2019, 6:44:00 pm
    ------------------------------------------------------
      Expires in 57 days [in 2 months]
    ------------------------------------------------------

License

MIT