summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-08-30 11:22:56 +0200
committerRemy <relst@relst.nl>2015-08-30 11:22:56 +0200
commit4a92c5e98ff997a6474866118206df30f8e53b1d (patch)
treea517d4b8d3a13b44f14ab01fe1485ccf1c6dca2a
parentc2260d83b1e368cbc1a478fbc9678df7ed332b8f (diff)
downloadssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.zip
ssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.tar.gz
ssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.tar.bz2
add link to certificate monitor
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index ebbba2c..23bb955 100644
--- a/index.php
+++ b/index.php
@@ -91,6 +91,7 @@ foreach (glob("functions/*.php") as $filename) {
?>
<li><a href="<?php echo(htmlspecialchars($current_folder)); ?>">Try another website</a></li>
<li><hr></li>
+ <li><a href="https://certificatemonitor.org/">Certificate Expiry Monitor</a></li>
<li><a href="https://cipherli.st/">Strong Cipherlists</a></li>
<li><a href="https://raymii.org/s/tutorials/Strong_SSL_Security_On_Apache2.html">Apache SSL Tutorial</a></li>
<li><a href="https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html">NGINX SSL Tutorial</a></li>