Files
certificate/README.md
Bruno21 ea50bd8613 Anonymise validity.sh
-put variables in $HOME/.env
-put list of domains in an validity_domains.txt file
2024-11-02 11:09:42 +01:00

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