You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Conreality mailing list
I've taken advantage of the Let's Encrypt initiative's [1] public beta
to set up all our websites with free TLS certificates, enabling both
HTTP and HTTPS access:
To do this, I followed the tutorial at [2] to issue the certificates
using manual validation, running the Let's Encrypt toolchain on Mike's
VPS. For future reference, the basic procedure is to execute the
following for each hostname and follow instructions:
The procedure requires manually creating static files under
.well-known/acme-challenge/ for each site, which had to be done on
DreamHost directly. (Their toolchain can't be executed on DreamHost
directly, though, as it basically assumes root access.)
Unfortunately, after setting up the aforementioned five hostnames I
ran into Let's Encrypt per-domain rate limits [3], so the
https://wiki.conreality.org/ site is as yet using a self-signed
certificate; it should be possible to remedy that a week from now.