网站首页 > 开源技术 正文
如果生成的证书文件用的是这个命令行:openssl req -x509 -nodes -days 365 -newkey rsa:1024 \ -keyout /etc/vsftpd/vsftpd.pem \ -out /etc/vsftpd/vsftpd.pem
那真是被坑死了,试了各种办法,后来试试rsa的密码位位,rsa改为2048,重启成功。
所以正确命令应该是:openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ -keyout /etc/vsftpd/vsftpd.pem \ -out /etc/vsftpd/vsftpd.pem
猜你喜欢
- 2024-10-06 centos7修改默认ssh端口以及问题排查
- 2024-10-06 Linux(CentOS 7)下安装配置nginx代理多个tomcat实例和应用
- 2024-10-06 centos7 搭建ftp服务器(centos8搭建ftp服务器)
- 2024-10-06 Linux中安装vsftpd带建用户和设置密码的shell脚本
- 2024-10-06 知了堂|iptables与firewalld 防火墙操作配置
- 2024-10-06 用Docker安装nginx和vsftpd搭建文件服务器
- 2024-10-06 第四十七天-二叉树,centOS安装tomcat,Maven,vsftpd
- 2024-10-06 Linux系统中vsftpd服务的使用(开启vsftpd服务)
- 2024-10-06 linux vsftpd 问题列表(vsftpd chroot)
- 2024-10-06 vsftpd服务连接报530 login incorrect
你 发表评论:
欢迎- 最近发表
- 标签列表
-
- jdk (81)
- putty (66)
- rufus (78)
- 内网穿透 (89)
- okhttp (70)
- powertoys (74)
- windowsterminal (81)
- netcat (65)
- ghostscript (65)
- veracrypt (65)
- asp.netcore (70)
- wrk (67)
- aspose.words (80)
- itk (80)
- ajaxfileupload.js (66)
- sqlhelper (67)
- express.js (67)
- phpmailer (67)
- xjar (70)
- redisclient (78)
- wakeonlan (66)
- tinygo (85)
- startbbs (72)
- webftp (82)
- vsvim (79)
本文暂时没有评论,来添加一个吧(●'◡'●)