@@ -20,12 +20,12 @@ outside of tests, since it may be used to generate fake
20
20
certificates. For browsers that use the OS certificate store, tests
21
21
should therefore not be run manually outside a dedicated OS instance
22
22
(e.g. a VM). To avoid this problem when running tests in Chrome or
23
- Firefox use ` wpt run ` , which disables certificate checks and therefore
23
+ Firefox, use ` wpt run ` , which disables certificate checks and therefore
24
24
doesn't require the root CA to be trusted.
25
25
26
26
## Regenerating certificates
27
27
28
- If you wish to generate new certificates for any reason it's possible to use
28
+ If you wish to generate new certificates for any reason, it's possible to use
29
29
OpenSSL when starting the server, or starting a test run, by providing the
30
30
` --ssl-type=openssl ` argument to the ` wpt serve ` or ` wpt run ` commands.
31
31
@@ -54,7 +54,7 @@ If you forget to do this part, you will most likely see a 'File Not Found'
54
54
error when you start wptserve.
55
55
56
56
Finally, set the path value in the server configuration file to the
57
- default OpenSSL configuration file location. To do this create a file
57
+ default OpenSSL configuration file location. To do this, create a file
58
58
called ` config.json ` . Then add the OpenSSL configuration below,
59
59
ensuring that the key ` ssl/openssl/base_conf_path ` has a value that is
60
60
the path to the OpenSSL config file (typically this will be
0 commit comments