Commit 9302129f authored by Lucas Carvalho's avatar Lucas Carvalho

Default value for signature_private_key_file is not required.

parent 7d161e1e
......@@ -97,8 +97,7 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple):
parser.add_argument("--key_file", help="SSL Authorisation key file.")
parser.add_argument("--cert_file",
help="SSL Authorisation certificate file.")
parser.add_argument("--signature_private_key_file", default=None,
help="Signature private key file.")
parser.add_argument("--signature_private_key_file", help="Signature private key file.")
parser.add_argument("--master_ca_file", help="Root certificate of SlapOS "
"master key.")
parser.add_argument("--certificate_repository_path",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment