Ludovic Courtès <ludo@gnu.org> writes:
I really don’t know. I didn’t plan for guix.info to become popular, but
it certainly is convenient right now as we can change DNS records at a
Currently, the manual shown on guix.info is fairly close to the latest
in git. This means it contains documentation about channels, which
cannot be found in the latest release that matches the manual on
I thought the bigger issue was running a DNS server, which is something
I’ve never done and wouldn’t like to take on myself.
The problem with naive Let’s Encrypt updates is that automatic
challenges might fail when the “wrong” server is returned by the DNS
server. “certbot” can be used with manual DNS validation, which
requires us to deploy a DNS TXT record. This can be automated with
certbot hooks (scripts that have access to the token that should be
published via environment variables) or through JSON mode, which returns
an object with the token that can be processed through other means.
I think the Let’s Encrypt updates shouldn’t be a blocker.