Skip to content

Commit f70afa1

Browse files
committed
scripts: use cloudmanagementserver.keystore instead of cloud.keystore
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 814e557 commit f70afa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common/keys/ssl-keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
def generateSSLKey(outputPath):
3434
logf = open("ssl-keys.log", "w")
3535
hostName = socket.gethostbyname(socket.gethostname())
36-
keyFile = outputPath + os.sep + "cloud.keystore"
36+
keyFile = outputPath + os.sep + "cloudmanagementserver.keystore"
3737
logf.write("HostName = %s\n" % hostName)
3838
logf.write("OutputPath = %s\n" % keyFile)
3939
dname='cn="Cloudstack User",ou="' + hostName + '",o="' + hostName + '",c="Unknown"';

0 commit comments

Comments
 (0)