Quick command to check the expiry dates on SSL certicate:
openssl s_client -servername api.domain.tld -connect api.domain.tld:443 2>/dev/null | openssl x509 -noout -dates
Red Branch | For Future Reference …
Quick command to check the expiry dates on SSL certicate:
openssl s_client -servername api.domain.tld -connect api.domain.tld:443 2>/dev/null | openssl x509 -noout -dates