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)
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
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)