svn commit: r360861 - projects/nfs-over-tls

Rick Macklem rmacklem at FreeBSD.org
Sun May 10 00:28:44 UTC 2020


Author: rmacklem
Date: Sun May 10 00:28:43 2020
New Revision: 360861
URL: https://svnweb.freebsd.org/changeset/base/360861

Log:
  Update the nfs-over-tls-setup.txt document slightly.
  
  I think this project is now ready for third party testing, although
  the setup is rather awkward for now. As pieces of the code make it
  into head, this should get simpler.
  However, I think the document covers the basics of getting it going.
  
  Thanks go to jhb@ for his KERN_TLS work and for providing the
  patch for ktls rx and patched openssl3 needed to make it work.

Modified:
  projects/nfs-over-tls/nfs-over-tls-setup.txt

Modified: projects/nfs-over-tls/nfs-over-tls-setup.txt
==============================================================================
--- projects/nfs-over-tls/nfs-over-tls-setup.txt	Sun May 10 00:24:40 2020	(r360860)
+++ projects/nfs-over-tls/nfs-over-tls-setup.txt	Sun May 10 00:28:43 2020	(r360861)
@@ -106,10 +106,8 @@ kern.ipc.mb_use_ext_pgs=1
 - edit rc.conf and add this line (if you already have a line for ldconfig_paths,
    add /usr/ktls/lib to the line)
 ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/ktls/lib"
-Then reboot the system with nkernel.
+Then reboot the system.
 
-Every time you boot and are going to be doing testing, login as root and type
-# kldload ktls_ocf
 You should now be finally ready to configure and run a TLS mount.
 (If you have problems or I forgot any steps, feel free to email me
  at rmacklem at uoguelph.ca.)


More information about the svn-src-projects mailing list