<p>In this blog, we’ll learn how to configure Jetty on SSL using self-signed certificate created by a key tool. To configure Jetty on SSL, follow the steps below: Step 1: Generate a private key in a KeyStore file. Provide the details when it is prompted. cfroot\jre\bin\keytool -genkeypair -alias certificatekey -keyalg RSA validity 365 -keystore keystore.jks Step 2: Export the certificate using the self-signed certificate. Note: You can use a self-signed certificate or a certificate from a Certificate Authority. cfroot\jre\bin\keytool -export […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2020/01/configuring-jetty-https-cf2018/">Configuring Jetty on HTTPS in CF2018</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Comments: