Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1 KB

README.md

File metadata and controls

20 lines (14 loc) · 1 KB

budgeteer

✨ Make Budget Management Magical

Configuring localhost for HTTPS

You need to configure your browser to trust a self-generated HTTPs certificate, because this project uses gRPC over HTTP/2.

macOS: run make install-certs-mac.

For Windows or Linux, run make certs to generate the required certificates, then install them in your default browser.

References