mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5946: Fix keystore filename to avoid warning logs
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
45ebdf34ae
commit
ed69d588ec
|
|
@ -65,7 +65,7 @@ public class Link {
|
|||
private boolean _gotFollowingPacket;
|
||||
|
||||
private SSLEngine _sslEngine;
|
||||
public static String keystoreFile = "/cloud.keystore";
|
||||
public static String keystoreFile = "/cloudmanagementserver.keystore";
|
||||
|
||||
public Link(InetSocketAddress addr, NioConnection connection) {
|
||||
_addr = addr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue