Configuring an NFS Client with TLS
This task shows how to set up the NFS client to connect securely to a TLS enabled NFS server, ensuring data transmitted between client and server is encrypted.
Ensure that the following are true:
- The system is running Oracle Linux 9 or later.
- You have the Certificate Authority (CA) certificate from the NFS server, or have generated a self-signed certificate on the NFS server as described in Generating a Self-Signed Certificate for TLS Authentication.
- The
ktls-utils
package is installed.