From 72198f7ffb5c6ad8f47eb701a91eef9bf68d4e64 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 30 Aug 2023 09:40:25 +0200 Subject: [PATCH] Add SASL EXTERNAL option to default config Related to: https://github.com/osa1/tiny/issues/196 Got introduced in: 25447939fc8098faa6532e0e45e39b947ff67352 --- crates/tiny/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/tiny/config.yml b/crates/tiny/config.yml index fc93384b..30229ce3 100644 --- a/crates/tiny/config.yml +++ b/crates/tiny/config.yml @@ -29,6 +29,9 @@ servers: # # - `pass`: Sends `PASS` IRC command when connecting. # - `sasl`: For SASL authentication. + # You can either authenticate using a password or use a certificate + # with SASL EXTERNAL. Choose either `username` and `password` _or_ `pem` + # in the section below. # - `nickserv_ident`: Sends command `PRIVMSG NickServ identify ...` after # connecting, before joining channels. # @@ -40,6 +43,7 @@ servers: # sasl: # username: tiny_user # password: hunter2 + # pem: "/home/user/.config/tiny/oftc.pem" # nickserv_ident: hunter2