Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabrice404/cert-date
https://github.com/fabrice404/cert-date
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabrice404/cert-date
- Owner: fabrice404
- License: apache-2.0
- Created: 2024-05-25T16:16:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T17:35:51.000Z (2 months ago)
- Last Synced: 2024-11-23T18:26:13.593Z (2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cert-date
This is a small Node.js script to retrieve certificate expiration dates for a given list of domains.## ⚡️ Quick start
First, install [Node.js](https://nodejs.org/en/download/package-manager). Version 20 or higher is required.
Then, copy the `hosts.sample` file and rename it to `hosts`, and add the domains you want to get certificates for, one per line.
To start the script, use the following command:
```bash
npm start
```