mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
scripts: use cloudmanagementserver.keystore instead of cloud.keystore
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
814e5574dc
commit
f70afa1375
@ -33,7 +33,7 @@ import traceback
|
||||
def generateSSLKey(outputPath):
|
||||
logf = open("ssl-keys.log", "w")
|
||||
hostName = socket.gethostbyname(socket.gethostname())
|
||||
keyFile = outputPath + os.sep + "cloud.keystore"
|
||||
keyFile = outputPath + os.sep + "cloudmanagementserver.keystore"
|
||||
logf.write("HostName = %s\n" % hostName)
|
||||
logf.write("OutputPath = %s\n" % keyFile)
|
||||
dname='cn="Cloudstack User",ou="' + hostName + '",o="' + hostName + '",c="Unknown"';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user