Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 115 Bytes

curl-cli.md

File metadata and controls

5 lines (4 loc) · 115 Bytes

Get Site Certificate Expiration Date

curl -vI "https://$domain" 2>&1 | grep -o 'expire date: .*$'