Improve rcirc's CertFP documentation
* doc/misc/rcirc.texi: Clarify meaning of key and password * lisp/net/rcirc.el (rcirc-authinfo): Add example
This commit is contained in:
parent
2b1cf5aff4
commit
09444b5fc4
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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\")
|
||||
|
|
Loading…
Add table
Reference in a new issue