unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 344f769: Add support for using a TLS client certificate with 'erc-tls' (bug#47788)
       [not found] ` <20210423002349.50D7F20D12@vcs0.savannah.gnu.org>
@ 2021-05-10 12:04   ` Michael Albinus
  2021-05-11  1:45     ` bandali
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2021-05-10 12:04 UTC (permalink / raw)
  To: emacs-devel; +Cc: Amin Bandali

bandali@gnu.org (Amin Bandali) writes:

Hi,

> diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
> index d635cac..45a753d 100644
> --- a/doc/misc/erc.texi
> +++ b/doc/misc/erc.texi

> +@example
> +(erc-tls :server "chat.freenode.net" :port 6697
> +         :client-certificate t)
> +@end example
> +
> +In the case of @code{:client-certificate t}, you will need to add a
> +line like the following to your authinfo file
> +(e.g. @file{~/.authinfo.gpg}):
> +
> +@example
> +machine chat.freenode.net key /home/bandali/my-cert.key cert /home/bandali/my-cert.crt
> +@end example
> +@end defun

This explains the .authinfo/.netrc case. But auth-source knows more
backends, how are they supported? I guess, this question must be
answered by the auth Info manual, so I would recommend a reference to
that manual.

> diff --git a/etc/NEWS b/etc/NEWS
> index 6fe4e98..34aeaf0 100644
> --- a/etc/NEWS
> +++ b/etc/NEWS

> +To use a certificate with 'erc-tls', specify the ':client-certificate'
> +optional parameter, whose value should be as described in the
> +documentation of 'open-network-stream': if non-nil, it should either
> +be a list where the first element is the file name of the private key
> +corresponding to a client certificate and the second element is the
> +file name of the client certificate itself to use when connecting over
> +TLS, or t, which means that 'auth-source' will be queried for the
> +private key and the certificate.
> +
> +Examples of use:
> +
> +    (erc-tls :server "chat.freenode.net" :port 6697
> +             :client-certificate
> +             '("/home/bandali/my-cert.key"
> +               "/home/bandali/my-cert.crt"))
> +
> +    (erc-tls :server "chat.freenode.net" :port 6697
> +             :client-certificate
> +             `(,(expand-file-name "~/cert-freenode.key")
> +               ,(expand-file-name "~/cert-freenode.crt")))
> +
> +    (erc-tls :server "chat.freenode.net" :port 6697
> +             :client-certificate t)
> +
> +In the case of ':client-certificate t', you will need to add a line
> +like the following to your authinfo file (e.g. "~/.authinfo.gpg"):
> +
> +    machine chat.freenode.net key /home/bandali/my-cert.key cert /home/bandali/my-cert.crt

I believe, this is too much / too detailed for etc/NEWS. A reference to
the ERC Info manual would be better.

Best regards, Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master 344f769: Add support for using a TLS client certificate with 'erc-tls' (bug#47788)
  2021-05-10 12:04   ` master 344f769: Add support for using a TLS client certificate with 'erc-tls' (bug#47788) Michael Albinus
@ 2021-05-11  1:45     ` bandali
  2021-05-11  7:19       ` Michael Albinus
  0 siblings, 1 reply; 3+ messages in thread
From: bandali @ 2021-05-11  1:45 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

Hello,

Michael Albinus writes:

[...]
>
> This explains the .authinfo/.netrc case. But auth-source knows more
> backends, how are they supported? I guess, this question must be
> answered by the auth Info manual, so I would recommend a reference to
> that manual.

The answer would basically be whatever 'open-network-stream' supports.
I added a reference to the auth manual per your suggestion.

[...]
>
> I believe, this is too much / too detailed for etc/NEWS. A reference to
> the ERC Info manual would be better.
>
> Best regards, Michael.
>

Thanks for the suggestion.  The entry has been updated, removing the
detailed examples and referring the reader to the relevant node in the
ERC manual instead.

Best,

-bandali

-- 
Disinformation can flourish when many people care deeply about
injustice but far fewer check the facts. --- stallmansupport.org



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: master 344f769: Add support for using a TLS client certificate with 'erc-tls' (bug#47788)
  2021-05-11  1:45     ` bandali
@ 2021-05-11  7:19       ` Michael Albinus
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Albinus @ 2021-05-11  7:19 UTC (permalink / raw)
  To: bandali; +Cc: emacs-devel

bandali@gnu.org writes:

> Hello,

Hi,

> Thanks for the suggestion.  The entry has been updated, removing the
> detailed examples and referring the reader to the relevant node in the
> ERC manual instead.

Thanks.

> Best,
>
> -bandali

Best regards, Michael.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-11  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210423002348.26304.26930@vcs0.savannah.gnu.org>
     [not found] ` <20210423002349.50D7F20D12@vcs0.savannah.gnu.org>
2021-05-10 12:04   ` master 344f769: Add support for using a TLS client certificate with 'erc-tls' (bug#47788) Michael Albinus
2021-05-11  1:45     ` bandali
2021-05-11  7:19       ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).