diff --git a/jetty-server/src/main/config/etc/jetty-ssl-context.xml b/jetty-server/src/main/config/etc/jetty-ssl-context.xml index 32bf555d369..0c8c739c90b 100644 --- a/jetty-server/src/main/config/etc/jetty-ssl-context.xml +++ b/jetty-server/src/main/config/etc/jetty-ssl-context.xml @@ -5,12 +5,24 @@ - / + + + + / + + + - / + + + + / + + + diff --git a/jetty-server/src/main/config/modules/ssl.mod b/jetty-server/src/main/config/modules/ssl.mod index 66340a195b5..78b2dd4548c 100644 --- a/jetty-server/src/main/config/modules/ssl.mod +++ b/jetty-server/src/main/config/modules/ssl.mod @@ -85,9 +85,13 @@ etc/jetty-ssl-context.xml ## The KeyStore file path (relative to $JETTY_BASE). # jetty.sslContext.keyStorePath=etc/keystore.p12 +## The KeyStore absolute file path. +# jetty.sslContext.keyStoreAbsolutePath=${jetty.base}/etc/keystore.p12 ## The TrustStore file path (relative to $JETTY_BASE). # jetty.sslContext.trustStorePath=etc/keystore.p12 +## The TrustStore absolute file path. +# jetty.sslContext.trustStoreAbsolutePath=${jetty.base}/etc/keystore.p12 ## The KeyStore password. # jetty.sslContext.keyStorePassword=