]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve rcirc's CertFP documentation
authorOmar Polo <op@omarpolo.com>
Fri, 1 Jul 2022 08:50:19 +0000 (10:50 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 2 Jul 2022 06:27:01 +0000 (08:27 +0200)
* doc/misc/rcirc.texi: Clarify meaning of key and password
* lisp/net/rcirc.el (rcirc-authinfo): Add example

doc/misc/rcirc.texi
lisp/net/rcirc.el

index 8253e4040849af6b5489469d2e43379b2fee2a50..8c798d6c33be6a1c4f4f5e5521a9967e959e9333 100644 (file)
@@ -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
 
index eca7b2046c539193273cc0e5482c6f6835ed5890..36352a46734e37035143ad0e6a9a203fc0daadef 100644 (file)
@@ -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\")