Updates after review.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2020-01-30 17:53:41 +01:00
parent d60b4459bf
commit 4b9fec0cf3
4 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ssl
ssl
[files]
basehome:modules/test-keystore/keystore.p12|etc/test-keystore.p12
basehome:modules/test-keystore/test-keystore.p12|etc/test-keystore.p12
[ini]
jetty.sslContext.keyStorePath?=etc/test-keystore.p12

View File

@ -102,9 +102,8 @@ public class HttpInputIntegrationTest
__server.addConnector(http);
// SSL Context Factory for HTTPS and HTTP/2
String jettyDistro = System.getProperty("jetty.distro", "../../jetty-distribution/target/distribution");
__sslContextFactory = new SslContextFactory.Server();
__sslContextFactory.setKeyStorePath(jettyDistro + "/../../../jetty-server/src/test/resources/keystore.p12");
__sslContextFactory.setKeyStorePath("src/test/resources/keystore.p12");
__sslContextFactory.setKeyStorePassword("storepwd");
// HTTPS Configuration

Binary file not shown.