diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md index 2479e97..74a3b15 100644 --- a/docs/ikev2-howto-zh.md +++ b/docs/ikev2-howto-zh.md @@ -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 ``` diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md index 685776f..9705fca 100644 --- a/docs/ikev2-howto.md +++ b/docs/ikev2-howto.md @@ -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 ```