Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium |
| index 268973e630e18c2d13471454b4902d3e57449df7..b896543169611cf6d498a8d1caa58921b6f08c0b 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium |
| @@ -51,8 +51,8 @@ checked in and try to keep the list as small as possible (use what you need). |
| certs/ |
| ====== |
| This directory contains a private key and a certificate of WPTServe, and files |
| -for self-signed CA. WPTServe generates them on the fly with "openssl" command in |
| -the default setting, but we check in pre-generated files to avoid "openssl" |
| +for self-signed CA. By default, WPTServe generates these files using the |
| +"openssl" command, but we check in pre-generated files to avoid "openssl" |
| dependency. |
| These certificates will expire in January 2025. Here is an instruction to |
| @@ -99,11 +99,13 @@ index 5b571c0..223a18b 100644 |
| 6. Replace certs/ with wpt/_certs/ |
| % rm -fr certs |
| % mv wpt/_certs certs |
| -7. Look at *.pem, and update "January 2025" in this document to new expiration |
| - date. |
| +7. Look at *.pem, and update "January 2025" in this document and expiratino_date |
|
jsbell
2016/10/24 16:29:31
Typo: "expiratino" -> "expiration"
|
| + in wptserv.py to new expiration date. |
|
qyearsley
2016/10/24 16:35:04
wptserv -> wptserve
|
| 8. git commit -a |
| 9. git cl upload, etc. |
| +TODO(tkent): Make a script to re-generate keys and certificates. |
|
qyearsley
2016/10/24 16:35:04
2025 is a long way away -- if you don't make a scr
|
| + |
| ** |
| Rolling in WPT |
| @@ -136,9 +138,6 @@ https://github.com/w3c/web-platform-tests/blob/master/README.md |
| Also, check out the WPTServe Documentation |
| (https://wptserve.readthedocs.org/en/latest/). |
| -For setting up SSL, refer to Tools/Scripts/webkitpy/thirdparty/wpt/wpt/_certs |
| -(which gets generated on the first run). |
| - |
| Note that editing /etc/hosts is not required for run-webkit-tests since |
| content_shell is invoked with flags to map all *.test domains to 127.0.0.1. |