@node TLSAuth @unnumbered TLS client authentication If you want to use TLS client certificates, then place them to @file{-ccerts} directory. If server requests for the certificate, then dialogue window will be shown with the subjects of known client certificates. You can close that window to omit certificate sending once. @code{NONE} (@code{n} hotkey) will remember that decision for long. To list currently saved host and certificate associations: @example $ cat fifos/list-tls-auth example.com CN=client.example.com gemini.example.com NONE @end example To delete one of them: @example $ echo example.com >fifos/del-tls-auth @end example To preadd: @example $ echo example.com path/to/client.cert.pem >fifos/add-tls-auth @end example