From 43cc06e372b582628b8a233b05dd6b4312f4d6e5 Mon Sep 17 00:00:00 2001 From: lhajouji Date: Tue, 24 Dec 2024 00:55:40 +0100 Subject: [PATCH] fixing typo in the page configure-custom-certs page Signed-off-by: lhajouji --- .../vulnerability-scanning/configure-custom-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/vulnerability-scanning/configure-custom-certs.md b/docs/administration/vulnerability-scanning/configure-custom-certs.md index 4eb72df65..fcf4478b1 100644 --- a/docs/administration/vulnerability-scanning/configure-custom-certs.md +++ b/docs/administration/vulnerability-scanning/configure-custom-certs.md @@ -3,7 +3,7 @@ title: Configure custom Certification Authorities for trivy weight: 55 --- -In some cases it might be usefull to provide custom certificate auhtority (CA) bundles to trivy. This is often the case if you are in an enterprise environment where a webproxy is used. Because trivy must connect to the internet to get the CVE data, it must pass the proxy. Trivy reads certificates from a bind-mount, thus it is possible to place certificates in this folder and trivy will validate against them, if new connections are created. +In some cases it might be useful to provide custom certificate auhtority (CA) bundles to trivy. This is often the case if you are in an enterprise environment where a webproxy is used. Because trivy must connect to the internet to get the CVE data, it must pass the proxy. Trivy reads certificates from a bind-mount, thus it is possible to place certificates in this folder and trivy will validate against them, if new connections are created. ## Preparation - You have a ca-bundle, or single public certificates of your CA, which is used by the webproxy.