From ec87474b91d4c20fade0d5a65ef844f91eb4faf7 Mon Sep 17 00:00:00 2001 From: xfnw Date: Sat, 30 Jul 2022 19:19:21 -0400 Subject: [PATCH] add note about certbot --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5f5fcef..a0ec1f9 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,12 @@ name.of.the.server linkpass=yourreceivepassword sid=123 autoconn=other.server.na ## caveats - ini seems to have horrible variable typing, so weird things can happen like `sid=2E5` turning into `sid=200000` (even if you quote it, wtf). use yaml for your hosts file if you need strict typing - this playbook currently only supports each server having one server set to `autoconn` + +## certbot +consider adding `--preferred-chain 'ISRG Root X1'` to +certbot invocations if getting cert from letsencrypt. their +old cross signature is expired but still included to support +older android devices, however this breaks some irc clients +like mIRC. this option requests the cert without the expired +cross signature +