All Projects β†’ rheh β†’ ssl-date-checker

rheh / ssl-date-checker

Licence: MIT license
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ssl-date-checker

Certstrap
Tools to bootstrap CAs, certificate requests, and signed certificates.
Stars: ✭ 1,689 (+7942.86%)
Mutual labels:  ssl, certificate
Mutual Tls Ssl
πŸ” Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC examples are included
Stars: ✭ 163 (+676.19%)
Mutual labels:  ssl, certificate
Aspnetcorecertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Stars: ✭ 135 (+542.86%)
Mutual labels:  ssl, certificate
Pki
The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
Stars: ✭ 97 (+361.9%)
Mutual labels:  ssl, certificate
Acme Nginx
python acme client for nginx
Stars: ✭ 248 (+1080.95%)
Mutual labels:  ssl, certificate
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (+480.95%)
Mutual labels:  ssl, certificate
Cert
Cert is the Go tool to get TLS certificate information.
Stars: ✭ 166 (+690.48%)
Mutual labels:  ssl, certificate
Nico
A HTTP2 web server for reverse proxy and single page application, automatically apply for ssl certificate, Zero-Configuration.
Stars: ✭ 43 (+104.76%)
Mutual labels:  ssl, certificate
Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 213 (+914.29%)
Mutual labels:  ssl, certificate
Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (+904.76%)
Mutual labels:  ssl, certificate
Ssl Checker
Python script that collects SSL/TLS information from hosts
Stars: ✭ 94 (+347.62%)
Mutual labels:  ssl, certificate
qiniu-auto-cert
七牛 CDN 证书θ‡ͺεŠ¨εŒ–ε·₯ε…·
Stars: ✭ 20 (-4.76%)
Mutual labels:  ssl, certificate
Certificaat
General-purpose ACME client
Stars: ✭ 88 (+319.05%)
Mutual labels:  ssl, certificate
Pem
Easy PEM file parsing in Python.
Stars: ✭ 122 (+480.95%)
Mutual labels:  ssl, certificate
Acme client
Java ACME Client application
Stars: ✭ 77 (+266.67%)
Mutual labels:  ssl, certificate
Acmetool
πŸ”’ acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)
Stars: ✭ 1,882 (+8861.9%)
Mutual labels:  ssl, certificate
Certigo
A utility to examine and validate certificates in a variety of formats
Stars: ✭ 662 (+3052.38%)
Mutual labels:  ssl, certificate
Sortpem
➿ Sorting utility for PEM files
Stars: ✭ 11 (-47.62%)
Mutual labels:  ssl, certificate
Sslfie
Generate self-signed x.509 certificates for use with SSL/TLS
Stars: ✭ 169 (+704.76%)
Mutual labels:  ssl, certificate
Websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Stars: ✭ 2,942 (+13909.52%)
Mutual labels:  ssl, certificate

ssl-date-checker v2.0.6

Nodejs Library to check and report on the issues on and expiration date of a given SSL certificate for a given domain.

Usage:

$ ssl-date-checker host [-f text|json] [-p port]

Example results:

$ ssl-date-checker npm.org

Certification for npm.org
Issue On: Dec 13 00:51:56 2014 GMT
Expires On: Jan 13 11:24:29 2017 GMT
Expires in 536 days

$ ssl-date-checker npm.org -f json

Example results:

{
    "valid_from": "Oct 15 09:57:00 2014 GMT",
    "valid_to": "Oct 16 09:57:00 2015 GMT",
    "expires": 69,
    "expired": false,
    "host": "iptorrents.com"
}

Installing

npm install -g ssl-date-checker

Contributors

One-man-band at the moment. Contact me at twitter on @rayhammond, or, via my blog here http://geeksretreat.wordpress.com if you are interest in getting involved.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].