Date: Thu, 17 Sep 2020 00:03:19 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r365825 - projects/nfs-over-tls/usr.sbin/rpc.tlsclntd Message-ID: <202009170003.08H03JZt025836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rmacklem Date: Thu Sep 17 00:03:19 2020 New Revision: 365825 URL: https://svnweb.freebsd.org/changeset/base/365825 Log: Update the rpc.tlsclntd man page to indicate that extant connections that presented certificates during TLS handshake and have been revoked will be shut down. Modified: projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 Modified: projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 ============================================================================== --- projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 Wed Sep 16 23:58:17 2020 (r365824) +++ projects/nfs-over-tls/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 Thu Sep 17 00:03:19 2020 (r365825) @@ -72,7 +72,9 @@ cannot have a wildcard in it. .Pp If a SIGHUP signal is sent to the daemon it will reload the -.Dq CRLfile . +.Dq CRLfile +and will shut down any extant connections that presented certificates +during TLS handshake that have been revoked. If the .Fl r option was not specified, the SIGHUP signal will be ignored.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009170003.08H03JZt025836>