emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 09444b5fc4: Improve rcirc's CertFP documentation


From: Philip Kaludercic
Subject: master 09444b5fc4: Improve rcirc's CertFP documentation
Date: Sat, 2 Jul 2022 02:27:38 -0400 (EDT)

branch: master
commit 09444b5fc4d9703eddd227df192603fd03b45577
Author: Omar Polo <op@omarpolo.com>
Commit: Philip Kaludercic <philipk@posteo.net>

    Improve rcirc's CertFP documentation
    
    * doc/misc/rcirc.texi: Clarify meaning of key and password
    * lisp/net/rcirc.el (rcirc-authinfo): Add example
---
 doc/misc/rcirc.texi | 6 +++---
 lisp/net/rcirc.el   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index 8253e40408..8c798d6c33 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -639,9 +639,9 @@ password to use.
 @item certfp
 @cindex certfp authentication
 Use this symbol if you want to use CertFP authentication.  The
-necessary arguments are the path to the client certificate key and
-password.  The CertFP authentication requires a @acronym{TLS}
-connection.
+necessary arguments are the path to the key and to the client
+certificate associated with the account.  The CertFP authentication
+requires a @acronym{TLS} connection.
 
 @end table
 
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index eca7b2046c..36352a4673 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -267,6 +267,7 @@ The ARGUMENTS for each METHOD symbol are:
 Examples:
  ((\"Libera.Chat\" nickserv \"bob\" \"p455w0rd\")
   (\"Libera.Chat\" chanserv \"bob\" \"#bobland\" \"passwd99\")
+  (\"Libera.Chat\" certfp \"/path/to/key\" \"/path/to/cert\")
   (\"bitlbee\" bitlbee \"robert\" \"sekrit\")
   (\"dal.net\" nickserv \"bob\" \"sekrit\" \"NickServ@services.dal.net\")
   (\"quakenet.org\" quakenet \"bobby\" \"sekrit\")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]