Hi,
According to the discussion we just had on #soju, here is a quick and
dirty draft of a documentation that may help future soju hosters get the
correct certificate at the correct path.
Best,
neogaldr (1):
Add certbot instructions.
contrib/certbot.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 contrib/certbot.md
--
2.38.4
to bikeshed this a little (unrelated to soju itself)- half the point of setting
up certbot is to get *automated* certificate renewal.
but since this manually copies the certificate, it will not automatically renew,
and will eventually expire without you copying a new one over it?
+++# Config file++Make sure the config file has these directives:++```+listen ircs://+tls cert.pem key.pem+hostname example.org+```
--
2.38.4