servo/tests/wpt/web-platform-tests/tools/quic/certs
2020-05-13 11:06:53 +00:00
..
cert.key Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67f50cff624 2020-05-13 11:06:53 +00:00
cert.pem Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67f50cff624 2020-05-13 11:06:53 +00:00
config.json Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67f50cff624 2020-05-13 11:06:53 +00:00
README.md Update web-platform-tests to revision 85ffed21f7a96f6d67a5a0110459d67f50cff624 2020-05-13 11:06:53 +00:00

To generate cert.key and cert.pem:

  1. Remove web-platform.test.key and web-platform.test.pem in ../../certs.
  2. From the root, run ./wpt serve --config tools/quic/certs/config.json and terminate it after it has started up.
  3. Move tools/certs/web-platform.test.key to tools/quic/certs/cert.key.
  4. Move tools/certs/web-platform.test.pem to tools/quic/certs/cert.pem.
  5. Recover the original web-platform.test.key and web-platform.test.pem in ../../certs.

See also: ../../certs/README.md