From d10368dffa17254096c99f64d7e1d77644f50a6d Mon Sep 17 00:00:00 2001 From: Tibor Král Date: Fri, 18 Jan 2019 14:01:43 +0100 Subject: Update IPSec documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add missing IpSec links to userguide - update Readme.adoc - additional request to postman collection Change-Id: I233b0f7a58acbfab9b8b587bbd2f20566709e52f Signed-off-by: Tibor Král Signed-off-by: Michal Cmarada --- ipsec/Ipsec_postman_collection.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'ipsec/Ipsec_postman_collection.json') diff --git a/ipsec/Ipsec_postman_collection.json b/ipsec/Ipsec_postman_collection.json index cbe0759d3..425cfe8d9 100644 --- a/ipsec/Ipsec_postman_collection.json +++ b/ipsec/Ipsec_postman_collection.json @@ -155,6 +155,41 @@ }, "response": [] }, + { + "name": "Add Ikev2 Local Key", + "request": { + "method": "PUT", + "header": [ + { + "key": "Authorization", + "value": "Basic YWRtaW46YWRtaW4=" + }, + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "{\n\t\"ike-global-configuration\": {\n\t\t\"local-key-file\":\"/home/localadmin/certs/client-key.pem\"\n\t}\n}\n" + }, + "url": { + "raw": "http://localhost:8183/restconf/config/hc2vpp-ietf-ipsec:ikev2/ike-global-configuration", + "protocol": "http", + "host": [ + "localhost" + ], + "port": "8183", + "path": [ + "restconf", + "config", + "hc2vpp-ietf-ipsec:ikev2", + "ike-global-configuration" + ] + } + }, + "response": [] + }, { "name": "Add Ikev2 profile SHARED-KEY", "request": { -- cgit 1.2.3-korg