Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes certificate generation when using non-default binding host.
- If you entered a binding host of 0.0.0.0 to bind on all interfaces, the certificate would be generated with that as a SAN instead of the actual IP address at which you'd be accessing the host. This was a bug! We should still be including 127.0.0.1 as a host. - Fixes other miscellaneous certificate problems I found when trying to validate our certificate.
- Loading branch information