mirror of https://github.com/apache/cloudstack.git
Partially reverting c61c636ce8. Changing the name if cloud.keystore has bigger impact than just changing the name.
This commit is contained in:
parent
49f60ca744
commit
47bb175bd4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue