-put variables in $HOME/.env -put list of domains in an validity_domains.txt file
26 lines
374 B
Markdown
26 lines
374 B
Markdown
# certificate
|
|
|
|
Bash scripts to check whether a site is available or not, and whether the certificate is valid or not.
|
|
|
|
|
|
|
|
#### 1) urls_check.sh
|
|
|
|
Usage: urls_check.sh
|
|
|
|
|
|
|
|
#### 2) validity.sh
|
|
|
|
Usage: ./validity.sh
|
|
|
|
Check whether the certificate is valid or not.
|
|
|
|
Required the <u>validity_domains.txt</u> file that contain a list of domains:
|
|
|
|
```bash
|
|
domain1.com
|
|
domain2.fr
|
|
```
|
|
|