Handshaker is a SSL Checker to help you quickly diagnose problems with your SSL certificate installation. You can verify the SSL certificate on your web server to make sure it is correctly installed, valid, trusted and doesn't give any errors to any of your users.
- Check the SSL certificate validation status.
Step-1: The tool relies on Java, so make sure you have installed the Java and running in your local environment.
Step-2: Copy handshaker.sh to a directory where you want to maintain Identity Server git repositories. Alway better to keep this readonly.
$ curl https://raw.githubusercontent.com/nadeengamage/handshaker/master/handshaker.sh -o handshaker.sh
$ chmod +x handshaker.shAlso please make sure that you have Internet access, while running the tool.
While executing the following command, provide the required details which appear on the terminal.
$ sh handshaker.shThe result should be like the following.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
