Search results for: “mulesoft”

  • Simple guide to setup SSL in Tomcat

    I have enabled SSL in tomcat many times however initially I struggled to get it in running condition. So I thought to share a simple approach I am following now days. Step 1: Run tool “Keytool“ provided by the JRE to create a “keystore file”. The command to run tool is: keytool -genkey -alias tomcat…