X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fgetting-started-guide%2Fsecurity_considerations.rst;fp=docs%2Fgetting-started-guide%2Fsecurity_considerations.rst;h=75ffc4711e1877e6da66ebf5426f008bed77c782;hb=e263d9829c3ba4628b528aeef7e0d7a21087cfe8;hp=7616e3e07b772ccd6e24c022f23c8753426c76f4;hpb=59f0e698df93f4370aab52d74b2d852592424c20;p=docs.git diff --git a/docs/getting-started-guide/security_considerations.rst b/docs/getting-started-guide/security_considerations.rst index 7616e3e07..75ffc4711 100644 --- a/docs/getting-started-guide/security_considerations.rst +++ b/docs/getting-started-guide/security_considerations.rst @@ -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.