diff --git a/README.md b/README.md index 99ae903..a2148ce 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ su - gitea cd /html git clone https://git.colben.cn/colben/www.colben.cn.git + cd www.colben.cn hugo exit # 退出容器 ``` diff --git a/content/post/openvpn-install.md b/content/post/openvpn-install.md index 91b7c28..e84c07f 100644 --- a/content/post/openvpn-install.md +++ b/content/post/openvpn-install.md @@ -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