摘要: 1》 证书生成 1.创建私钥:openssl genrsa -des3 -out https.key 1024 2.去除私钥中的密码:openssl rsa -in https.key -out https.key 3.创建签名请求证书:openssl req -new -key https.key 阅读全文
posted @ 2022-04-29 10:40 Mr.Liu08 阅读(1720) 评论(0) 推荐(0) 编辑
摘要: 防火墙操作常用指令: 1> iptables service iptables status // 查看防火墙状态 iptables -L -n // 使用命令查看端口开启情况 iptables -F // 清除预设表filter中的所有规则链的规则 iptables -X // 清除预设表filt 阅读全文
posted @ 2022-04-29 10:38 Mr.Liu08 阅读(155) 评论(0) 推荐(0) 编辑