花费 5 ms
生成私钥与公钥的方法

CA重要配置文件: /etc/pki/tls/openssl.cnf 1.生成私钥 1.1不加密 :(umask 066;openssl genrsa -out private.key ...

Mon Sep 17 19:12:00 CST 2018 0 8021
实现CA和证书申请

文字说明 1 在CA上执行,建立CA cd /etc/pki/CA touch index.txt echo 0F > serial (umask 077;openssl g ...

Mon Sep 17 17:52:00 CST 2018 0 1407
加快ssh连接速度

修改ssh服务器配置文件 /etc/ssh/sshd_config 第1项:GSSAPIAuthentication 设置为no 第2项:UseDNS 设置为no 最后重启ssh服 ...

Tue Sep 18 07:30:00 CST 2018 0 1035

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM