mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
5596de8081
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a follow-up PR. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|