Updates after review.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
d60b4459bf
commit
4b9fec0cf3
|
@ -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
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue