uquic/example
Lucas Clemente a4073bffd3 Update certs
2017-09-28 08:56:31 +02:00
..
client rename the h2quic.QuicRoundTripper to h2quic.RoundTripper 2017-06-26 19:14:41 +02:00
echo remove the tls.Config from the quic.Config 2017-07-03 22:12:09 +02:00
Dockerfile add very simple dockerfile for example server 2016-04-29 12:04:34 +02:00
fullchain.pem Update certs 2017-09-28 08:56:31 +02:00
main.go make utils an internal package 2017-06-09 22:28:40 +02:00
privkey.pem Update certs 2017-09-28 08:56:31 +02:00
Readme.md add a readme to example/ explaining the certificate 2016-07-05 12:30:08 +02:00

About the certificate

Yes, this folder contains a private key and a certificate for quic.clemente.io.

Unfortunately we need a valid certificate for the integration tests with Chrome and quic_client. No important data is served on the "real" quic.clemente.io (only a test page), and the MITM problem is imho negligible.

If you figure out a way to test with Chrome without having a cert and key here, let us now in an issue.