Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wtnabe/ssl-certs-checker


https://github.com/wtnabe/ssl-certs-checker

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## SSL Certs Checker

### features

* fetch certs info with curl
* check auto renew certs
* output TSV with expire date

### requirements

* Ruby
* Curl

### preparation

* settings.yaml

### Usage

```
$ ruby command.rb
```

### settings.yaml format

```yaml
sites: # sites for check
- domain
- domain
- ...
auto_renew_certs:
- issuer or subject name like `Let's Encrypt`
- issuer or subject name like `Amazon`
```