From 29784bc76d803626dc732e8e382981e7b06ac925 Mon Sep 17 00:00:00 2001 From: Branislav Malo Date: Wed, 20 Mar 2024 11:00:44 +0100 Subject: [PATCH] [VHD-377] Rename mountpoint paramater crypto to device-crypto - when the application properties parameter restconf.show-namespace-in-json-response=false, then parse find two namespaces for this 'crypto' container. Since this container crypto is also in another yang model. Signed-off-by: Branislav Malo Signed-off-by: Branislav Malo Signed-off-by: Branislav Malo --- .../operational-procedures/data-security-models/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frinx-uniconfig/user-guide/operational-procedures/data-security-models/index.md b/frinx-uniconfig/user-guide/operational-procedures/data-security-models/index.md index 06c45ad83..d20ea4654 100644 --- a/frinx-uniconfig/user-guide/operational-procedures/data-security-models/index.md +++ b/frinx-uniconfig/user-guide/operational-procedures/data-security-models/index.md @@ -392,7 +392,7 @@ crypto.encryption-rotation-batch-size=10 There are two settings related to encryption in the **install-node RPC** request: -* `uniconfig-config:crypto` - Specifies a path to the public key on the device: +* `uniconfig-config:device-crypto` - Specifies a path to the public key on the device: - `public-key-path` - Leaf with RFC-8040 path. If a path to the public key is specified and exists on the device, the global-device encryption model is used. Otherwise, the global-only encryption model is used. @@ -427,7 +427,7 @@ curl --location --request POST 'http://127.0.0.1:8181/rests/operations/connectio "netconf-node-topology:sleep-factor": 1.0, "uniconfig-config:uniconfig-native-enabled": true, "netconf-node-topology:edit-config-test-option": "set", - "uniconfig-config:crypto": { + "uniconfig-config:device-crypto": { "public-key-path": "/crypto/pki/config-keys=config_key/pub-key", "public-key-cipher-type": "RSA" }, @@ -582,7 +582,7 @@ curl --location --request POST 'http://127.0.0.1:8181/rests/operations/connectio "netconf-node-topology:sleep-factor": 1.0, "uniconfig-config:install-uniconfig-node-enabled": true, "uniconfig-config:uniconfig-native-enabled": true, - "uniconfig-config:crypto": { + "uniconfig-config:device-crypto": { "public-key-path": "/keys/public-key" } }