From b6dcdf2f3a2905602ad42e10f74cb71c9af01899 Mon Sep 17 00:00:00 2001 From: Janki Mehta <124557437+jankipmehta@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:42:54 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05fde95..1fef94d 100644 --- a/README.md +++ b/README.md @@ -5017,6 +5017,7 @@ See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases) * [Chandan Kumar](https://geekflare.com/ssl-test-certificate/) - Verify your SSL, TLS & Ciphers implementation. * [SSL Shopper](https://www.sslshopper.com/article-most-common-openssl-commands.html) - The Most Common OpenSSL Commands * [SSL Shopper](https://www.sslshopper.com/ssl-converter.html) - tools & commands examples for certificates format conversion +* [Free Online SSL Checker Tool](https://sslwiki.org/ssl-checker-tool/) - Free online SSL Checker tool verifies the information of SSL certificate on your web server that is properly installed or not. * [Paul Heinlein](https://www.madboa.com/geek/openssl/) - OpenSSL cookbook / command-line howto * [Nick Burch](http://gagravarr.org/writing/openssl-certs/others.shtml) - howtos for installing other people's certificates * [Andrej](https://gist.github.com/4ndrej/4547029) - SSLPoke.java for quick validation of Java SSL configuration From 561bd62f91e8cf21b6fd4b743d8985c11bf18aec Mon Sep 17 00:00:00 2001 From: Janki Mehta <124557437+jankipmehta@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:06:02 +0530 Subject: [PATCH 2/2] Update README.md Added Online SSL Checker Tool link which helps users to know the certificate is properly installed on webserver or not. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fef94d..fd019f2 100644 --- a/README.md +++ b/README.md @@ -5017,7 +5017,7 @@ See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases) * [Chandan Kumar](https://geekflare.com/ssl-test-certificate/) - Verify your SSL, TLS & Ciphers implementation. * [SSL Shopper](https://www.sslshopper.com/article-most-common-openssl-commands.html) - The Most Common OpenSSL Commands * [SSL Shopper](https://www.sslshopper.com/ssl-converter.html) - tools & commands examples for certificates format conversion -* [Free Online SSL Checker Tool](https://sslwiki.org/ssl-checker-tool/) - Free online SSL Checker tool verifies the information of SSL certificate on your web server that is properly installed or not. +* [SSLWiki SSL Checker Tool](https://sslwiki.org/ssl-checker-tool/) - Free online SSL Checker tool verifies the information of SSL certificate on your web server that is properly installed or not. * [Paul Heinlein](https://www.madboa.com/geek/openssl/) - OpenSSL cookbook / command-line howto * [Nick Burch](http://gagravarr.org/writing/openssl-certs/others.shtml) - howtos for installing other people's certificates * [Andrej](https://gist.github.com/4ndrej/4547029) - SSLPoke.java for quick validation of Java SSL configuration