This commit is contained in:
colben 2022-11-25 11:47:24 +08:00
parent ab8978ba68
commit 30775e4366
2 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,7 @@
su - gitea su - gitea
cd /html cd /html
git clone https://git.colben.cn/colben/www.colben.cn.git git clone https://git.colben.cn/colben/www.colben.cn.git
cd www.colben.cn
hugo hugo
exit # 退出容器 exit # 退出容器
``` ```

View File

@ -33,8 +33,8 @@ vpn 客户端 | vpn-client | CentOS7 | 192.168.1.91
``` ```
- 修改 /opt/easy-rsa/pki/safessl-easyrsa.conf 中如下配置,增加证书有效时间为 10 年 - 修改 /opt/easy-rsa/pki/safessl-easyrsa.conf 中如下配置,增加证书有效时间为 10 年
``` ```
default_days = 3650 default_days = 3650
default_crl_days= 3650 default_crl_days = 3650
``` ```
- 初始化 pki 目录结构 - 初始化 pki 目录结构
```bash ```bash