summaryrefslogtreecommitdiff
path: root/tools/wpt/config.json
blob: 4b2a914f9b0d596998c45213478a6555a6a9f349 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "check_subdomains": false,
  "ssl": {
    "type": "pregenerated",
    "pregenerated": {
      "ca_cert_path": "../../../tools/wpt/certs/cacert.pem",
      "host_cert_path": "../../../tools/wpt/certs/web-platform.test.pem",
      "host_key_path": "../../../tools/wpt/certs/web-platform.test.key"
    }
  }
}