Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanCN committed Nov 7, 2023
1 parent f2622ec commit 06c8ade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/study/net/OpenVPN.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ verb 3

```shell
cd /etc/openvpn/easy-rsa/3.0/
./easyrsa build-client-full client002
/usr/bin/cp -rf /etc/openvpn/easy-rsa/3.0/pki/issued/client002.crt /etc/openvpn/client
/usr/bin/cp -rf /etc/openvpn/easy-rsa/3.0/pki/private/client002.key /etc/openvpn/client
./easyrsa build-client-full client003
/usr/bin/cp -rf /etc/openvpn/easy-rsa/3.0/pki/issued/client003.crt /etc/openvpn/client
/usr/bin/cp -rf /etc/openvpn/easy-rsa/3.0/pki/private/client003.key /etc/openvpn/client
```

### 配置不同的客户端启用不同的子网
Expand Down

0 comments on commit 06c8ade

Please sign in to comment.