背景:
阅读新闻
vsftp的安装及基本配置
[日期:2012-11-03] 来源:51cto 作者:yunxia [字体:]
[root@zyx CA]# mkdir crl certs newcerts
[root@zyx CA]# touch index.txt serial
[root@zyx CA]# echo "01" >serial
[root@zyx CA]# openssl genrsa 1024 >private/cakey.pem
[root@zyx CA]# chmod 600 private/*
[root@zyx CA]# openssl req -new -key private/cakey.pem -x509 -out cacert.pem
[root@zyx CA]# mkdir /etc/vsftpd/certs
[root@zyx certs]# openssl genrsa 1024 >vsftpd.key
[root@zyx certs]# openssl req -new -key vsftpd.key -out vsftpd.csr
[root@zyx certs]# ll
total 8
-rw-r--r-- 1 root root 643 Sep 20 20:08 vsftpd.csr
-rw-r--r-- 1 root root 887 Sep 20 20:06 vsftpd.key
[root@zyx certs]# openssl ca -in vsftpd.csr -out vsftpd.cert
[root@zyx certs]# ll
total 12
-rw-r--r-- 1 root root 3075 Sep 20 22:29 vsftpd.cert
-rw-r--r-- 1 root root 643 Sep 20 22:29 vsftpd.csr
-rw-r--r-- 1 root root 887 Sep 20 22:28 vsftpd.key
[root@zyx ~]# vim /etc/vsftpd/vsftpd.conf
[root@zyx certs]# service vsftpd restart
Shutting down vsftpd: [ OK ]
Starting vsftpd for vsftpd: [ OK ]
Ubuntu 12.10 Server Nginx 产品安装
相关资讯
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯