Update README.md

Added Online SSL Checker Tool link which helps users to know the certificate is properly installed on webserver or not.
This commit is contained in:
Janki Mehta 2023-02-17 10:06:02 +05:30 committed by GitHub
parent b6dcdf2f3a
commit 561bd62f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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