aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2020-11-20 22:29:38 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2020-11-20 22:29:38 +0000
commit04914a21955fc565d3f04f4c33733b50aa80b031 (patch)
tree3d871fdd5546abd0174461aba2b797d1026dee9c /sbin/mount_nfs
parent9acc400b6e7225c6e43a3b2c6cc066f978f96f39 (diff)
downloadsrc-04914a21955fc565d3f04f4c33733b50aa80b031.tar.gz
src-04914a21955fc565d3f04f4c33733b50aa80b031.zip
Notes
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/mount_nfs.89
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index f0949c5dfe02..1f1d4bdad7a8 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -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