From 5c7a2850e63ea77214c8457bd98cb1b26fb2268d Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 7 Jun 2024 22:11:31 -0700 Subject: [PATCH] RHEL needs tls cert bundle config Signed-off-by: Tommy --- RHEL-9.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/RHEL-9.sh b/RHEL-9.sh index 8e9b809..3464321 100644 --- a/RHEL-9.sh +++ b/RHEL-9.sh @@ -102,6 +102,7 @@ echo 'server: auto-trust-anchor-file: "/var/lib/unbound/root.key" trust-anchor-signaling: yes root-key-sentinel: yes + tls-cert-bundle: "/etc/ssl/cert.pem" tls-ciphers: "PROFILE=SYSTEM" hide-http-user-agent: yes hide-identity: yes