HomeSort by relevance Sort by last modified time
    Searched refs:ca_certificate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-blink-websocketserver 58 option_parser.add_option('--ca-certificate', dest='ca_certificate',
94 if options.ca_certificate:
95 kwds['ca_certificate'] = options.ca_certificate
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
websocket_server.py 53 private_key=None, certificate=None, ca_certificate=None,
81 self._ca_certificate = ca_certificate
  /external/ipsec-tools/
setup.c 355 char *ca_certificate, char *server_certificate)
362 if (!ca_certificate[0]) {
365 remoteconf->cacertfile = ca_certificate;

Completed in 73 milliseconds