Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabrice404/cert-date


https://github.com/fabrice404/cert-date

Last synced: 14 days ago
JSON representation

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
```