From dbc787630be9b598c35837a61646c3ee953ea44f Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 5 Feb 2026 09:39:24 -0500 Subject: [PATCH 1/2] adding rotate security metadata-key command to eskm topic. CLI information already exists. --- docs/enhanced-sec-key-mgmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/enhanced-sec-key-mgmt.md b/docs/enhanced-sec-key-mgmt.md index fa31d750e7..15bdfc973b 100644 --- a/docs/enhanced-sec-key-mgmt.md +++ b/docs/enhanced-sec-key-mgmt.md @@ -200,7 +200,7 @@ config invalid-certificate-behavior fail-soft ``` -In cases where you want to manually force key rotation on the routers, use the `security metadata-key regenerate` command to tell the active node to immediately regenerate the metadata key with an incremented rekey index. The active node will push the new metadata key to the peer node. +In cases where you want to manually force key rotation on the routers, use the `rotate security metadata-key` command to tell the active node to immediately regenerate the metadata key with an incremented rekey index. The active node will push the new metadata key to the peer node. #### Sample Default Configuration: From 25583ff4fcc7e557545985c5733b4ca195b2ad40 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 5 Feb 2026 09:48:00 -0500 Subject: [PATCH 2/2] adding link to cli topic --- docs/enhanced-sec-key-mgmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/enhanced-sec-key-mgmt.md b/docs/enhanced-sec-key-mgmt.md index 15bdfc973b..2693fcab2a 100644 --- a/docs/enhanced-sec-key-mgmt.md +++ b/docs/enhanced-sec-key-mgmt.md @@ -200,7 +200,7 @@ config invalid-certificate-behavior fail-soft ``` -In cases where you want to manually force key rotation on the routers, use the `rotate security metadata-key` command to tell the active node to immediately regenerate the metadata key with an incremented rekey index. The active node will push the new metadata key to the peer node. +In cases where you want to manually force key rotation on the routers, use the [`rotate security metadata-key`](cli_reference.md#rotate-security-metadata-key) command to tell the active node to immediately regenerate the metadata key with an incremented rekey index. The active node will push the new metadata key to the peer node. #### Sample Default Configuration: