Fix the custom properties for enabling https
[docs.git] / docs / getting-started-guide / security_considerations.rst
index 7616e3e07b772ccd6e24c022f23c8753426c76f4..75ffc4711e1877e6da66ebf5426f008bed77c782 100644 (file)
@@ -250,8 +250,10 @@ Jetty server to utilize SSL by performing the following steps.
         org.osgi.service.http.secure.enabled=true
         org.osgi.service.http.port.secure=8443
         org.ops4j.pax.web.ssl.keystore=./etc/.keystore
-        org.ops4j.pax.web.ssl.password=123456
-        org.ops4j.pax.web.ssl.keypassword=123456
+        org.ops4j.pax.web.ssl.keystore.password=123456
+        org.ops4j.pax.web.ssl.keystore.type=PKCS12
+        org.ops4j.pax.web.ssl.key.password=123456
+        org.ops4j.pax.web.ssl.key.alias=jetty
 
 #. Then edit the ``etc/jetty.xml`` file with the appropriate HTTP connectors.