HTTPServer : Fix keystore filename for Linux
This commit is contained in:
@@ -18,10 +18,10 @@ import static common.common.src.ports.Ports.*;
|
|||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
|
|
||||||
private static final String KEY_STORE_PATH = "assets/certs/httpServer/httpserver.keystore.p12";
|
private static final String KEY_STORE_PATH = "assets/certs/httpServer/httpServer.keystore.p12";
|
||||||
private static final String KEY_STORE_PWD = "hepl_keystore";
|
private static final String KEY_STORE_PWD = "hepl_keystore";
|
||||||
|
|
||||||
private static final String TRUST_STORE_PATH = "assets/certs/httpServer/httpserver.truststore.p12";
|
private static final String TRUST_STORE_PATH = "assets/certs/httpServer/httpServer.truststore.p12";
|
||||||
private static final String TRUST_STORE_PWD = "hepl_keystore";
|
private static final String TRUST_STORE_PWD = "hepl_keystore";
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user