0.1.4 • Published 5 years ago

ssl-cert-getter-server v0.1.4

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

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
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago