摘要:
转自: https://www.cnblogs.com/threegun/p/7130985.html 生成X509格式的CA自签名证书 # openssl req -new -x509 -keyout ca.key -out ca.crt 生成服务端的私钥(key文件)及csr文件 # opens 阅读全文
posted @ 2022-07-02 23:02
追风fc
阅读(2296)
评论(0)
推荐(0)
摘要:
修改dns vi /etc/resolv.conf nameserver 114.114.114.114 修改防火墙 设置出网ip(自己更改网卡名和IP地址) iptables -t nat -A POSTROUTING -o enp1s0 -j SNAT --to-source 0.0.0.0 安 阅读全文
posted @ 2022-07-02 22:51
追风fc
阅读(162)
评论(0)
推荐(0)

浙公网安备 33010602011771号