Skip to content

Instantly share code, notes, and snippets.

@hellodaniel
Last active October 25, 2016 23:04
Show Gist options
  • Save hellodaniel/10c52a369fcb5961f3bbda8bb7d88ba6 to your computer and use it in GitHub Desktop.
Save hellodaniel/10c52a369fcb5961f3bbda8bb7d88ba6 to your computer and use it in GitHub Desktop.
// If a new certificate is required for this domain then issue it
if (strstr($output[count($output)-1], 'Certificate not found') || strstr($output[count($output)-1], 'Certificate is going to expire') || $result)
$issue = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment