mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Partially reverting c61c636ce8a1d74fd22d89026d40ba904fff6cf8. 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…
x
Reference in New Issue
Block a user