diff options
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r-- | tools/wpt/runner.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 972519d27..b106283d2 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -78,6 +78,8 @@ export async function runSingleTest( "-A", "--location", url.toString(), + "--cert", + join(ROOT_PATH, `./test_util/wpt/tools/certs/cacert.pem`), tempFile, "[]", ], |