Partially reverting c61c636ce8a1d74fd22d89026d40ba904fff6cf8. Changing the name if cloud.keystore has bigger impact than just changing the name.

This commit is contained in:
Hugo Trippaers 2014-07-28 14:52:41 +02:00
parent 49f60ca744
commit 47bb175bd4

View File

@ -65,7 +65,7 @@ public class Link {
private boolean _gotFollowingPacket;
private SSLEngine _sslEngine;
public static String keystoreFile = "/cloudmanagementserver.keystore";
public static String keystoreFile = "/cloud.keystore";
public Link(InetSocketAddress addr, NioConnection connection) {
_addr = addr;