diff --git a/docs/ikev2-howto-zh.md b/docs/ikev2-howto-zh.md
index a445f2a..9c04afc 100644
--- a/docs/ikev2-howto-zh.md
+++ b/docs/ikev2-howto-zh.md
@@ -424,7 +424,7 @@ sudo chmod 600 ikev2vpnca.cer vpnclient.cer vpnclient.key
    /ip ipsec profile
    add name=ike2-rw
    /ip ipsec peer
-   add address=YOUR_SERVER_ADDRESS_OR_DNS exchange-mode=ike2 name=ike2-rw-client profile=ike2-rw
+   add address=YOUR_VPN_SERVER_IP_OR_DNS_NAME exchange-mode=ike2 name=ike2-rw-client profile=ike2-rw
    /ip ipsec proposal
    add name=ike2-rw pfs-group=none
    /ip ipsec identity
@@ -433,6 +433,7 @@ sudo chmod 600 ikev2vpnca.cer vpnclient.cer vpnclient.key
    /ip ipsec policy
    add group=ike2-rw proposal=ike2-rw template=yes
    ```
+1. 检查你的 certificates panel。你应该看到 2 个文件,其中标注 KT 的是密钥。具体请参见 [#1112](https://github.com/hwdsl2/setup-ipsec-vpn/issues/1112#issuecomment-1059628623)。
 
 > 已在以下系统测试   
 > mar/02/2022 12:52:57 by RouterOS 6.48   
diff --git a/docs/ikev2-howto.md b/docs/ikev2-howto.md
index 505da12..2932bb1 100644
--- a/docs/ikev2-howto.md
+++ b/docs/ikev2-howto.md
@@ -426,7 +426,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti
    /ip ipsec profile
    add name=ike2-rw
    /ip ipsec peer
-   add address=YOUR_SERVER_ADDRESS_OR_DNS exchange-mode=ike2 name=ike2-rw-client profile=ike2-rw
+   add address=YOUR_VPN_SERVER_IP_OR_DNS_NAME exchange-mode=ike2 name=ike2-rw-client profile=ike2-rw
    /ip ipsec proposal
    add name=ike2-rw pfs-group=none
    /ip ipsec identity
@@ -435,6 +435,7 @@ If you get an error when trying to connect, see [Troubleshooting](#troubleshooti
    /ip ipsec policy
    add group=ike2-rw proposal=ike2-rw template=yes
    ```
+1. Verify in your certificates panel. You will see 2 files, the one that is marked KT is the key. See [#1112](https://github.com/hwdsl2/setup-ipsec-vpn/issues/1112#issuecomment-1059628623) for more details.
 
 > tested on   
 > mar/02/2022 12:52:57 by RouterOS 6.48