# 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 validity_domains.txt file that contain a list of domains: ```bash domain1.com domain2.fr ```