1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Document the new "tls" NFS mount option.

Recent commits to head have added support for NFS over TLS
to the FreeBSD kernel.
To enable use of this for an NFS mount, the "tls" mount_nfs
option has been added.

Once the IETF has assigned an RFC number, I will replace "NNNN"
with the number.

This is a content change.

Reviewed by:	gbe
Differential Revision:	https://reviews.freebsd.org/D26262
This commit is contained in:
Rick Macklem 2020-11-20 22:29:38 +00:00
parent 9acc400b6e
commit 04914a2195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367913

View File

@ -28,7 +28,7 @@
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95
.\" $FreeBSD$
.\"
.Dd December 14, 2019
.Dd November 20, 2020
.Dt MOUNT_NFS 8
.Os
.Sh NAME
@ -403,6 +403,12 @@ interval.)
.It Cm timeo Ns = Ns Aq Ar value
Alias for
.Cm timeout .
.It Cm tls
This option specifies that the connection to the server must use TLS
per RFC NNNN.
TLS is only supported for TCP connections and the
.Xr rpc.tlsclntd 8
daemon must be running for an NFS over TCP connection to use TLS.
.It Cm udp
Use UDP transport.
.It Cm vers Ns = Ns Aq Ar vers_number
@ -537,6 +543,7 @@ Same as
.Xr mount 8 ,
.Xr nfsd 8 ,
.Xr nfsiod 8 ,
.Xr rpc.tlsclntd 8 ,
.Xr showmount 8
.Sh HISTORY
A version of the