Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dizmo/scripts-crtinfo

Read an SSL certificate from a file or server and show its essential data
https://github.com/dizmo/scripts-crtinfo

Last synced: about 15 hours ago
JSON representation

Read an SSL certificate from a file or server and show its essential data

Awesome Lists containing this project

README

        

# Certificate Information Tool

This tool will show the most relevant information about one or more certificates in pem format stored in a file or it will retrieve and show the certificates provided by a server.

To install the tool on a server clone this repository to /opt/crtinfo using

```git clone [email protected]:jb/scripts-crtinfo.git /opt/crtinfo```

To make it available for simple use create a symlink using

```ln -s /opt/crtinfo/crtinfo /usr/local/bin/crtinfo```