From 30f6231209843cc99c8deb0a0d3be79f1718234f Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Sat, 12 Mar 2022 17:38:36 +0000
Subject: [PATCH] Update README.md

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index e4221fa..ab497cc 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,20 @@ Don't forget to make the Linux script executable (`chmod a+x curl.sh`).
 
 </details>
 
+<details><summary>Additional files created by the bakery</summary>
+
+The bakrey will dynamicly create some additional files in the check_mk agent config directory (`/etc/check_mk` or `C:\ProgramData\checkmk\agent\config`). **curl_item_#** equals to the fourth option of each line in the configuration file. 
+
+| File | Created by bakery option |
+| ---- | ---- |
+| curl_item_#.search | Strings to expect in response |
+| curl_item_#.header | Strings to expect in header |
+| curl_item_#.pem | Configure certificate verification -> Certificate to verify against |
+
+
+</details>
+
+
 ---
 #### Configuration file
 
-- 
GitLab