Giter VIP home page Giter VIP logo

cert's Introduction

cert

Retrieve SSL certificate information from provided hostname.

Why

I just simply want to retrieve a website's SSL certificate information in my terminal.

Install

$ go get github.com/tatthien/cert

For non-Go users

$ curl -sf https://gobinaries.com/tatthien/cert | sh

Usage

# Simply run cert hostname_1 hostname_2 hostname_3 ...
$ cert 12bit.vn github.com expired.badssl.com

# Example output
> 12bit.vn
This certificate is valid
Issued by: GTS CA 1D4
 ├── Org: Google Trust Services LLC
 └── Country: US
Expires: Saturday, 25-Dec-21 02:45:49 UTC (2 months from now)

> github.com
This certificate is valid
Issued by: DigiCert High Assurance TLS Hybrid ECC SHA256 2020 CA1
 ├── Org: DigiCert, Inc.
 └── Country: US
Expires: Wednesday, 30-Mar-22 23:59:59 UTC (5 months from now)

> expired.badssl.com
x509: certificate has expired or is not yet valid: current time 2021-10-04T21:42:36+07:00 is after 2015-04-12T23:59:59Z

License

MIT © Thien Nguyen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.