diff --git a/README.md b/README.md
index d57c15cf6de130db98ee8c242a65c0a126fac6fd..c911d999b7b5c016f0cfc7602b43d18c0af0437d 100644
--- a/README.md
+++ b/README.md
@@ -133,8 +133,8 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 |-----| ------ |
 | --anyauth | Configure user authentication -> Authentication method -> Any authentication |  
 | --basic | Configure user authentication -> Authentication method -> Basic authentication |  
-| --cacert | Configure certificate verification -> Certificate to verify against |
-| --cert-status | Configure certificate verification -> Use OCSP to check certificate status |  
+| --cacert | Configure verification of remote host -> Certificate to verify against |
+| --cert-status | Configure verification of remote host -> Use OCSP to check certificate status |  
 | --compressed | Request compressed response |  
 | --connect-timeout |  Set connection limits -> Maximum time to connect |  
 | --data-binary | Send HTTP POST data |
@@ -160,11 +160,13 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --ftp-ssl-ccc-mode | Set FTP options -> Require SSL/TLS for FTP login -> Set CCC mode |
 | --head | Get header only |  
 | --header | Set request headers and Set API key header |  
+| --hostpubmd5 | Configure verification of remote host -> Expected MD5 hash of pub key |
+| --hostpubsha256 | Configure verification of remote host -> Expected SHA256 hash of pub key |
 | --http1.0 | Use HTTP version -> Use HTTP 1.0 |  
 | --http1.1 | Use HTTP version -> Use HTTP 1.1 |  
 | --http2 | Use HTTP version -> Use HTTP/2 |
 | --include | Hardcoded in the agent scripts |
-| --insecure | Configure certificate verification -> Don't verify certificates | 
+| --insecure | Configure verification of remote host -> Don't verify certificates | 
 | --ipv4 | Set DNS options -> Resolve names -> IPv4 only |  
 | --ipv6 | Set DNS options -> Resolve names -> IPv6 only |  
 | --limit-rate |  Set connection limits -> Maximum UP-/Download rate |  
@@ -196,7 +198,7 @@ checkmk.com|curl_item_3|nocase_nomultiline|
 | --speed-limit |  Set connection limits -> Minimum speed |  
 | --speed-time |  Set connection limits -> Minimum speed time |  
 | --ssl | Use TLS/SSL version -> Try SSL/TLS |  
-| --ssl-no-revoke | Configure certificate verification -> Disable cert revocation checks (WinSSL |
+| --ssl-no-revoke | Configure verification of remote host -> Disable cert revocation checks (WinSSL |
 | --ssl-reqd | Use TLS/SSL version -> Require SSL/TLS |  
 | --sslv2 | Use TLS/SSL version -> Use SSLv2 |  
 | --sslv3 | Use TLS/SSL version -> Use SSLv3 |