Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/70aff7d3fa069d33f7fb to your computer and use it in GitHub Desktop.
Save FGRibreau/70aff7d3fa069d33f7fb to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# exit code will be != 0 if "my-website-to-check" ssl certificate (or everything else) is invalid
wget -nv https://my-website-to-check.com > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment