Wrong password was removed after the SSL certificate import

Removing the keystore password will prevent ssl from working after the next restart. The certificate password should be removed instead.
Fixes http://mantis.tokeek.de/view.php?id=687
This commit is contained in:
Ryszard Goń 2017-06-23 02:23:49 +02:00 committed by GitHub
parent 64cec2790d
commit 3cedbbd4ed

View File

@ -423,7 +423,7 @@ public class Jetty9HttpServerImpl implements YaCyHttpServer {
// removing entries from config file
sb.setConfig("pkcs12ImportFile", "");
sb.setConfig("keyStorePassword", "");
sb.setConfig("pkcs12ImportPwd", "");
// deleting original import file
// TODO: should we do this