mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
.. | ||
cert.key | ||
cert.pem | ||
config.json | ||
README.md |
To generate cert.key and cert.pem:
- Remove web-platform.test.key and web-platform.test.pem in ../../certs.
- From the root, run
./wpt serve --config tools/quic/certs/config.json
and terminate it after it has started up. - Move tools/certs/web-platform.test.key to tools/quic/certs/cert.key.
- Move tools/certs/web-platform.test.pem to tools/quic/certs/cert.pem.
- Recover the original web-platform.test.key and web-platform.test.pem in ../../certs.
See also: ../../certs/README.md