ReeceRose / server-health-monitor

Tools to help monitor servers health from one central location. Coming soon.
MIT License
0 stars 0 forks source link

Core: Add SSL certificates #7

Closed ReeceRose closed 3 years ago

ReeceRose commented 3 years ago

Echo does not seem to like to accept HTTPS calls with invalid certs even in development mode. They have an AutoTLS feature I don't believe it'll work for us because we need it to run on port 443 in order to get the SSL cert.

This looks to be a good resource: https://letsencrypt.org/docs/certificates-for-localhost/

Acceptance criteria:

Note: these changes are based off of #4. These changes will be merged into #4 once complete.

ReeceRose commented 3 years ago

Closed with PR #8