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
Please register or sign in to comment
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