Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
/ budgeteer Public archive

✨Make Budget Management Magical

Notifications You must be signed in to change notification settings

colinking/budgeteer

Repository files navigation

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