Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json

Issue 2428513003: wptserve: Add pre-generated private keys and certificates for testing. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/certs/serial.old ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
index 84fd3f4c24c650b63ce83e93ea96b9e3b87401ed..6243954c65389fc43f74431175e3f354c9b8fb5d 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
@@ -9,5 +9,13 @@
"https": [8444],
"ws": [9001],
"wss": [9444]
+ },
+ "ssl": {
+ "type": "pregenerated",
+ "encrypt_after_connect": false,
+ "pregenerated": {
+ "host_key_path": "../certs/127.0.0.1.key",
+ "host_cert_path": "../certs/127.0.0.1.pem"
+ }
}
}
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/certs/serial.old ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698