摘要: 自签名证书可以在自己的内网环境或者非对外环境使用,保证通信安装 1、生产证书 直接使用脚本生产: 中途会提示书如1次域名和4次密码,把一下文件保存为sh文件,赋予x权限后 直接执行,根据提示输入。 #!/bin/sh # create self-signed server certificate: 阅读全文
posted @ 2020-12-21 17:13 行者Sun 阅读(384) 评论(0) 推荐(0)
摘要: 一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl 阅读全文
posted @ 2020-12-21 16:52 行者Sun 阅读(306) 评论(0) 推荐(0)