cli: add option for custom cert location
This commit is contained in:
parent
c484311587
commit
0c15978110
1 changed files with 2 additions and 0 deletions
2
cli/koji
2
cli/koji
|
|
@ -123,6 +123,8 @@ def get_options():
|
|||
parser.add_option("--keytab", help=_("specify a Kerberos keytab to use"), metavar="FILE")
|
||||
parser.add_option("--principal", help=_("specify a Kerberos principal to use"))
|
||||
parser.add_option("--krbservice", help=_("specify the Kerberos service name for the hub"))
|
||||
parser.add_option("--cert", help=_("specify a SSL cert to use"), metavar="FILE")
|
||||
parser.add_option("--ca", help=_("specify a SSL CA to use"), metavar="FILE")
|
||||
parser.add_option("--runas", help=_("run as the specified user (requires special privileges)"))
|
||||
parser.add_option("--user", help=_("specify user"))
|
||||
parser.add_option("--password", help=_("specify password"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue