mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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 o = ou;
|
||||||
String c = "Unknown";
|
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 script = new Script(true, "keytool", 5000, null);
|
||||||
script.add("-genkey");
|
script.add("-genkey");
|
||||||
script.add("-keystore", keystorePath);
|
script.add("-keystore", keystorePath);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user