mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
exports.5: Add RFC number for NFS over TLS
This is a content change. (cherry picked from commit 401c0f8aa1ce5f15eaa546df1b44fd68c0f11928)
This commit is contained in:
parent
58fdd8509c
commit
4ce277a315
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\"
|
||||
.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
|
||||
.\"
|
||||
.Dd December 21, 2023
|
||||
.Dd April 7, 2024
|
||||
.Dt EXPORTS 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -261,7 +261,7 @@ The
|
|||
and
|
||||
.Fl tlscertuser
|
||||
export options are used to require the client to use TLS for the mount(s)
|
||||
per RFC NNNN.
|
||||
per RFC 9289.
|
||||
For NFS mounts using TLS to work,
|
||||
.Xr rpc.tlsservd 8
|
||||
must be running on the server.
|
||||
|
|
@ -616,7 +616,7 @@ The implementation is based on the following documents:
|
|||
.Re
|
||||
.It
|
||||
.Rs
|
||||
.%T "Towards Remote Procedure Call Encryption By Default, RFC nnnn"
|
||||
.%T "Towards Remote Procedure Call Encryption by Default, RFC 9289"
|
||||
.Re
|
||||
.El
|
||||
.Sh BUGS
|
||||
|
|
|
|||
Loading…
Reference in a new issue