Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: Bash
#!/bin/bash\necho | openssl s_client -connect domain.com:443 2>/dev/null | openssl x509 -noout -enddate > ssl.log
./ssl.sh