发布时间:2014-08-07 14:07:26
生成证书# mkdir /etc/httpd/ssl.cert/# cd /etc/httpd/ssl.cert/1.生成X509格式的CA自签名证书 # openssl req -new -x509 -keyout ca.key -out ca.crt2.生成服务端的私钥(key文件)及csr 文件# openssl genrsa -des3 -out server.key 1024 # openssl req -new -key server.key -out server.csr3..........【阅读全文】
发布时间:2014-07-08 11:39:16
Postfix.docxPostfix+Dovecot+MySQL+Cyrus-sasl+Extmail之虚拟用户环境CentOS release 6.4 (Final)postfix-2.6.6-6.el6_5.x86_64dovecot-2.0.9-7.el6.x86_64mysql-server-5.1.73-3.el6_5.x86_64courier-authlib-0.66extmail-1.2extman-1.1domain:v380.com准备1关闭Selinux.........【阅读全文】