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
pull/122/head
Ryszard Goń 8 years ago committed by GitHub
parent 64cec2790d
commit 3cedbbd4ed

@ -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

Loading…
Cancel
Save