Project

cert-check

0.0
No commit activity in last 3 years
No release in over 3 years
CLI tool for check the certificate files and return information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0
~> 0.63.1

Runtime

~> 0.20.3
 Project Readme

cert-check

Gem Version Build Status

CLI tool for Check a certificate files and return information.

Installation

Add this line to your application's Gemfile:

gem 'cert-check'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cert-check

Usage

Passing one or more certificate file paths as arguments.

$ cert-check info /tmp/www.example.org.crt /tmp/github.com.crt
CertFile:   /tmp/www.example.org.crt
Issuer:     DigiCert SHA2 Secure Server CA
NotBefore:  2018-11-28 09:00:00 +0900
NotAfter:   2020-12-02 21:00:00 +0900
CommonName: www.example.org
SANs:       [www.example.org example.com example.edu example.net example.org www.example.com www.example.edu www.example.net]

CertFile:   /tmp/github.com.crt
Issuer:     DigiCert SHA2 Extended Validation Server CA
NotBefore:  2018-05-08 09:00:00 +0900
NotAfter:   2020-06-03 21:00:00 +0900
CommonName: github.com
SANs:       [github.com www.github.com]

Get help on this command.

$ cert-check help

License

The gem is available as open source under the terms of the MIT License.