]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rpc.tlsservd: Add the -2 option to the man page
authorRick Macklem <rmacklem@FreeBSD.org>
Sun, 22 May 2022 21:17:06 +0000 (14:17 -0700)
committerRick Macklem <rmacklem@FreeBSD.org>
Sun, 22 May 2022 21:17:06 +0000 (14:17 -0700)
commite2c72fecfc51d376600b29dfea737a3d1054e34a
tree59f1c4341c4edd41bf747ac66afe97edec72fe79
parent0bf3f379e18f5f01af77a23163222165321a5502
rpc.tlsservd: Add the -2 option to the man page

Since the KTLS now supports TLS1.3, the daemons default
to version 1.3, since the draft (to be an RFC someday)
requires TLS1.3.

However, since FreeBSD 13,0, 13,1 uses TLS1.2 for
NFS-over-TLS, the "-2" option is added to both daemons
for compatibility with FreeBSD 13.0, 13.1.

This patch updates the man pages for this.

This is a content change.

Reviewed by: pauamma_gundo.com
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D35290
usr.sbin/rpc.tlsservd/rpc.tlsservd.8