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

View File

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