Lines Matching refs:cert
12 It can use https if you specify the flag --https=CERT where CERT is the path
1335 if options.cert:
1336 # let's make sure the cert file exists.
1337 if not os.path.isfile(options.cert):
1338 print 'specified server cert file not found: ' + options.cert + \
1346 server = HTTPSServer(('127.0.0.1', port), TestPageHandler, options.cert,
1438 option_parser.add_option('', '--https', dest='cert',
1440 'the path to the cert containing the private key '