Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 776 Bytes

File metadata and controls

31 lines (20 loc) · 776 Bytes

Local Certificate Setup for WebTransport

Quick Setup

  1. Install mkcert:

Sample script:

# Install local CA
mkcert -install

mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1 ::1
  1. Enable browser to trust private CAs:
  • Chrome:
    • Navigate to chrome://flags/#webtransport-developer-mode
    • Enable WebTransport Developer Mode
    • Restart Chrome

Note

Instructions for Firefox and Edge are pending. Currently only Chrome is fully tested. If you successfully configure these browsers, please consider contributing the steps!


Certificates should be placed next to this README as cert.pem and key.pem