From 07aae865953f881c14b57d552a0dd375316ac830 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 24 Mar 2022 19:51:53 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a88177..abe41bb 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ The bakrey will dynamicly create some additional files in the _curl_ sub directo | curl_item_#.ca_cert | Configure certificate verification -> Certificate to verify against | Cert(chain) as PEM | | curl_item_#.header | Set request header / Set API key header | Header: Value line by line | | curl_item_#.post_binary | Send HTTP POST data | Post data as binary | +| curl_item_#.priv_key | Configure authentication -> Private/public key -> Private key | Private key for SCP/SFTP/SSP | | curl_item_#.regex | Regular expression to expect in content | Regex pattern to match on response | | curl_item_#.search_header | Strings to expect in header | Strings to search for in header line by line | | curl_item_#.search_response | Strings to expect in response | Strings to search for in response line by line | -- GitLab