SSL Certificate 3 most useful commands: Create, Import and Signing CSR

SSL Mutual Authentication SSL Certificate Mutual Authentication process means two parties authenticating each other by verifying the details on the digital certificates exchanged between them. This certificate behaves as an identity of the party which is sending request to your application. It is a client-server authentication where a client(web browser/ web application) interacts with server(web … Read more

Top 15 useful Keytool commands

Important Keytool commands for SSL Certificates Keytool commands to Create or Import These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. Any root or intermediate certificates should be imported before importing the primary certificate for your domain. Generate a Java keystore and key pair: Generate a … Read more