Lines Matching refs:cert
157 [--key ssl_key ... --cert ssl_cert ...] [section/property ...]
160 [--key ssl_key ... --cert ssl_cert ...]
163 [--key ssl_key ... --cert ssl_cert ...] [pkg_fmri_pattern ...]
166 [--key ssl_key ... --cert ssl_cert ...] [pkg_fmri_pattern ...]
169 --cert ssl_cert ...] [--no-catalog] [--no-index]
172 --cert ssl_cert ...] [--no-catalog] [--no-index]
187 -s first_repo_uri_or_path [--key ssl_key ... --cert ssl_cert ...]
188 -s second_repo_uri_or_path [--key ssl_key ... --cert ssl_cert ...]
522 cert = None
524 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
540 elif opt == "--cert":
541 cert = arg
548 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
792 cert = None
794 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
810 elif opt == "--cert":
811 cert = arg
821 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
897 cert = None
899 opts, pargs = getopt.getopt(args, "F:Hp:s:", ["key=", "cert="])
915 elif opt == "--cert":
916 cert = arg
924 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
1072 cert = None
1076 opts, pargs = getopt.getopt(args, "ms:t:", ["key=", "cert="])
1086 elif opt == "--cert":
1087 cert = arg
1095 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
1213 def __rebuild_remote(subcommand, conf, pubs, key, cert, build_catalog,
1224 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
1245 cert = None
1248 "key=", "cert="])
1264 elif opt == "--cert":
1265 cert = arg
1283 return __rebuild_remote(subcommand, conf, pubs, key, cert,
1294 cert = None
1297 "key=", "cert="])
1313 elif opt == "--cert":
1314 cert = arg
1337 subcommand=subcommand, ssl_key=key, ssl_cert=cert)
2170 "key=", "cert="])
2180 """Helper function for collecting key and cert."""
2215 elif opt == "--cert":
2216 key_cert_conf_helper("cert", arg)