WebTransport API specification includes an option to connect to a host that uses a self-signed certificate, provided that the hash of that certificate is known in advance. The API requires the certificates that expire within two weeks, meaning that we can't just generate a certificate and check it into Git; we will have to dynamically generate a certificate when starting wptserve, and then provide the hash of that certificate to the scripts running.
cc @yutakahirano @bashi
WebTransport API specification includes an option to connect to a host that uses a self-signed certificate, provided that the hash of that certificate is known in advance. The API requires the certificates that expire within two weeks, meaning that we can't just generate a certificate and check it into Git; we will have to dynamically generate a certificate when starting wptserve, and then provide the hash of that certificate to the scripts running.
cc @yutakahirano @bashi