diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md
index 13904103ce49c..01387c713a375 100644
--- a/tidb-configuration-file.md
+++ b/tidb-configuration-file.md
@@ -444,19 +444,15 @@ Configuration items related to security.
### `session-token-signing-cert` New in v6.4.0
-> **Warning:**
->
-> The feature controlled by this parameter is under development. **Do not modify the default value**.
-
++ The certificate file path, which is used by [TiProxy](/tiproxy/tiproxy-overview.md) for session migration.
+ Default value: ""
++ Empty value will cause TiProxy session migration to fail. To enable session migration, all TiDB nodes must set this to the same certificate and key. This means that you should store the same certificate and key on every TiDB node.
### `session-token-signing-key` New in v6.4.0
-> **Warning:**
->
-> The feature controlled by this parameter is under development. **Do not modify the default value**.
-
++ The key file path used by [TiProxy](/tiproxy/tiproxy-overview.md) for session migration.
+ Default value: ""
++ Refer to the descriptions of [`session-token-signing-cert`](#session-token-signing-cert-new-in-v640).
## Performance