264a2adf9f451fa97fc754aa8aef2993d948cda6
lrnassar
  Tue Jan 11 06:55:11 2022 -0800
Removing api site from checked certs since it is not owned by us, no RM

diff --git src/utils/qa/checkHTTPS src/utils/qa/checkHTTPS
index 908229a..8f527a5 100755
--- src/utils/qa/checkHTTPS
+++ src/utils/qa/checkHTTPS
@@ -15,31 +15,30 @@
 genome-test.soe.ucsc.edu \
 genome-test.gi.ucsc.edu \
 genome-store.ucsc.edu \
 genome-store.soe.ucsc.edu \
 cells.ucsc.edu \
 hgdownload.soe.ucsc.edu \
 hgdownload2.gi.ucsc.edu \
 hgdownload2.soe.ucsc.edu \
 hgdownload-test.gi.ucsc.edu \
 gi.ucsc.edu \
 hgwdev.gi.ucsc.edu \
 hgwalpha.soe.ucsc.edu \
 hgwbeta.soe.ucsc.edu \
 hgwbeta.cse.ucsc.edu \
 hgwbeta-public.soe.ucsc.edu \
-api.ucsc.edu \
 api.genome.ucsc.edu \
 apibeta.soe.ucsc.edu \
 hgw0.soe.ucsc.edu \
 hgw1.soe.ucsc.edu \
 hgw2.soe.ucsc.edu
 do 
 	expiryDate=$(echo -n | openssl s_client -servername app.domain.com -connect $site:443 2>/dev/null | openssl x509 -noout -dates | grep After | sed -e "s/23:59:59\|\=\|notAfter\|GMT\|//g")
 	expiryEpoch=$(date -d"$expiryDate" +%s)
         if (("$wiggleRoom" > "$expiryEpoch"))
         then
             output="$output$site certificate expires on $expiryDate\n"
         fi
 done
 
 if [ -n "$output" ]