Update docs (#1484)
- Improve syntax for "chown" command (use ":" instead of ".")
This commit is contained in:
parent
ef57d572d4
commit
664c1072a4
@ -433,7 +433,7 @@ rm vpnclient.p12
|
||||
|
||||
# (重要)保护证书和私钥文件
|
||||
# 注:这一步是可选的,但强烈推荐。
|
||||
sudo chown root.root ca.cer client.cer client.key
|
||||
sudo chown root:root ca.cer client.cer client.key
|
||||
sudo chmod 600 ca.cer client.cer client.key
|
||||
```
|
||||
|
||||
|
@ -435,7 +435,7 @@ rm vpnclient.p12
|
||||
|
||||
# (Important) Protect certificate and private key files
|
||||
# Note: This step is optional, but strongly recommended.
|
||||
sudo chown root.root ca.cer client.cer client.key
|
||||
sudo chown root:root ca.cer client.cer client.key
|
||||
sudo chmod 600 ca.cer client.cer client.key
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user