You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sslping-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sslping-cli

CLI for sslping.com

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
19
1800%
Maintainers
1
Weekly downloads
 
Created
Source

What is sslping.com

https://sslping.com allows you to monitor your SSL/TLS certificates and security configuration easily for free. You'll receive an email if your certificates expire, or if a misconfiguration is detected.

Install

You need node.js to use sslping-cli.

Install with npm install -g sslping-cli

Usage

This CLI allows you to import new servers to sslping, and to export a JSON document with all your servers and status.

Help: sslping-cli --help

Import example: sslping-cli -u me@mydomain -p myPassword import google.com facebook.com twitter.com or cat servers.txt | xargs sslping-cli -u me@mydomain -p myPassword --quiet=true import > imported.csv

Export example: sslping-cli -u me@mydomain -p myPassword --quiet=true export > myservers.json

Note: JSON export format may change in the future (ie. this route is used by the react webapp)

Keywords

ssl

FAQs

Package last updated on 23 Sep 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