https://bugzilla.redhat.com/show_bug.cgi?id=949488

Change-Id: I3cd5e930c7f81ada0df3a36dff322bc187f16890
This commit is contained in:
Derek Higgins
2013-04-25 12:46:15 -04:00
parent fba7ca09c5
commit 3d495d4415

View File

@@ -65,7 +65,7 @@ def initConfig(controllerObject):
paramsList = [ paramsList = [
{"CMD_OPTION" : "os-ssl-cert", {"CMD_OPTION" : "os-ssl-cert",
"USAGE" : "PEM encoded certificate to be used for ssl on the https server, leave blank if one should be generated, this certificate should not require a passphrase", "USAGE" : "PEM encoded certificate to be used for ssl on the https server, leave blank if one should be generated, this certificate should not require a passphrase",
"PROMPT" : "Enter the path to a PEM encoded certificate to be used on thr https server, leave blank if one should be generated, this certificate should not require a passphrase", "PROMPT" : "Enter the path to a PEM encoded certificate to be used on the https server, leave blank if one should be generated, this certificate should not require a passphrase",
"OPTION_LIST" : [], "OPTION_LIST" : [],
"VALIDATORS" : [], "VALIDATORS" : [],
"DEFAULT_VALUE" : '', "DEFAULT_VALUE" : '',