一、下载stunenl并安装
http://www.stunnel.org
二、服务器配置
2.1 生成密钥
openssl req -newkey rsa:4096 -x509 -days 3650 -nodes -out stunnel.pem -keyout stunnel.pem
拷贝stunnel至/etc/stunnel
2.2 配置conf
拷贝源码下默认配置到/etc/stunnel
运行stunnel /etc/stunnel/stunnel.conf
三、客户端配置
四、连接
mount -t nfs4 -o port=2326,proto=tcp 127.0.0.1:/home/nfs /mnt