mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
0022c35a23
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
11 lines
332 B
JSON
11 lines
332 B
JSON
{
|
|
"check_subdomains": false,
|
|
"ssl": {
|
|
"type": "pregenerated",
|
|
"pregenerated": {
|
|
"ca_cert_path": "../../../tests/wpt/runner/certs/cacert.pem",
|
|
"host_cert_path": "../../../tests/wpt/runner/certs/web-platform.test.pem",
|
|
"host_key_path": "../../../tests/wpt/runner/certs/web-platform.test.key"
|
|
}
|
|
}
|
|
}
|