Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 478 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 478 Bytes

How To Install The Development SSL Certificate

  1. Install mkcert.
  2. mkcert -install.
  3. mkcert -key-file busmap.localhost-key.pem -cert-file busmap.localhost.pem busmap.localhost localhost.

That should install a CA in your OS trust store and produce two files:

  • busmap.localhost-key.pem (key)
  • busmap.localhost.pem (cert)

Now copy the *.pem files into the web package certs directory (packages/web/certs).