mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Update keystore generation cmdline
This commit is contained in:
parent
7d95efb7c6
commit
964cef3767
@ -437,7 +437,7 @@ public class ConfigurationServerImpl implements ConfigurationServer {
|
||||
|
||||
String o = ou;
|
||||
String c = "Unknown";
|
||||
String dname = "cn=" + cn + ", ou=" + ou +", o=" + o + ", c=" + c;
|
||||
String dname = "cn=\"" + cn + "\",ou=\"" + ou +"\",o=\"" + o + "\",c=\"" + c + "\"";
|
||||
Script script = new Script(true, "keytool", 5000, null);
|
||||
script.add("-genkey");
|
||||
script.add("-keystore", keystorePath);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user