git: 401c0f8aa1ce - main - exports.5: Add RFC number for NFS over TLS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 23:36:47 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=401c0f8aa1ce5f15eaa546df1b44fd68c0f11928
commit 401c0f8aa1ce5f15eaa546df1b44fd68c0f11928
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2024-04-07 23:35:55 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2024-04-07 23:35:55 +0000
exports.5: Add RFC number for NFS over TLS
This is a content change.
MFC after: 1 week
---
usr.sbin/mountd/exports.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5
index 8b55162cdcbb..33ab4f693978 100644
--- a/usr.sbin/mountd/exports.5
+++ b/usr.sbin/mountd/exports.5
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 21, 2023
+.Dd April 7, 2024
.Dt EXPORTS 5
.Os
.Sh NAME
@@ -259,7 +259,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.
@@ -614,7 +614,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