Update keystore generation cmdline

This commit is contained in:
Sheng Yang 2011-07-11 10:16:11 -07:00
parent 7d95efb7c6
commit 964cef3767

View File

@ -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);