Skip to content

Fix certificate catch-22 bootstrapping issue

Issuing a certificate requires nginx to be running, but nginx requires a certificate to start. Fix it by using Python built-in http.server.

Fix #30 (closed)

Merge request reports