Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dizmo/scripts-crtinfo
- Owner: dizmo
- Created: 2021-03-29T11:31:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T10:21:21.000Z (over 3 years ago)
- Last Synced: 2024-03-26T09:59:48.951Z (8 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```