Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ssl-cert-getter-server

nwtgck31MIT0.1.4TypeScript support: included

Server Getting SSL Certificate

http, ssl-certificate, server

readme

ssl-cert-getter-server

npm Build Status

Deploy

A Sever Getting SSL Certificate

A Server Getting SSL Certificate

Response returned in Chrome Chrome is formated by JSONView, a Chrome Extension. You can get information about the certificate of example.com:443, which contains expire date and etc.

Quick Start

Access to https://ssl-cert.glitch.me/?host=example.com and get a JSON of SSL certificate info.

Run Server

Way 1: Run server from source

Run a server from the latest source.

# Clone this repository
git clone https://github.com/nwtgck/ssl-cert-getter-server.git 
# Go to the directory
cd ssl-cert-getter-server 
# Install dependencies
npm install
# Run a server
npm start