diff options
author | Remy <relst@relst.nl> | 2015-08-30 11:22:56 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-08-30 11:22:56 +0200 |
commit | 4a92c5e98ff997a6474866118206df30f8e53b1d (patch) | |
tree | a517d4b8d3a13b44f14ab01fe1485ccf1c6dca2a | |
parent | c2260d83b1e368cbc1a478fbc9678df7ed332b8f (diff) | |
download | ssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.zip ssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.tar.gz ssl-decoder-4a92c5e98ff997a6474866118206df30f8e53b1d.tar.bz2 |
add link to certificate monitor
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |