|
|
发表于 2025-6-15 19:22:33
|
显示全部楼层
Pure-Ftpd Config
# This option can accept three values :
# 0 : disable SSL/TLS encryption layer (default).
# 1 : accept both traditional and encrypted sessions.
# 2 : refuse connections that don't use SSL/TLS security mechanisms,
# including anonymous sessions.
# Do _not_ uncomment this blindly. Be sure that :
# 1) Your server has been compiled with SSL/TLS support (--with-tls),
# 2) A valid certificate is in place,
# 3) Only compatible clients will log in.
TLS 1
你随便装个主流FTP服务端就能看到类似的配置参数,证书会使用生成的CA证书。
|
|