Date: Sun, 10 May 2020 00:28:43 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r360861 - projects/nfs-over-tls Message-ID: <202005100028.04A0Sh6W065227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@uoguelph.ca.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005100028.04A0Sh6W065227>