From 901c6344242210d160c7fa20f683a623e20282ff Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 May 2024 15:07:11 +0300 Subject: [PATCH] unbound: I have been using Fedora for a couple of years, I know where the ca bundle is without attributing to ctrl.blog --- etc/unbound/unbound.conf.d/dns64-over-tls.conf | 2 +- etc/unbound/unbound.conf.d/dot-adguard.conf | 2 +- etc/unbound/unbound.conf.d/dot-cloudflare.conf | 2 +- etc/unbound/unbound.conf.d/dot-dns0.conf | 2 +- etc/unbound/unbound.conf.d/dot-mullvad.conf | 2 +- etc/unbound/unbound.conf.d/dot-quad9.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/unbound/unbound.conf.d/dns64-over-tls.conf b/etc/unbound/unbound.conf.d/dns64-over-tls.conf index ba4be3f1..0b037c20 100644 --- a/etc/unbound/unbound.conf.d/dns64-over-tls.conf +++ b/etc/unbound/unbound.conf.d/dns64-over-tls.conf @@ -4,7 +4,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes diff --git a/etc/unbound/unbound.conf.d/dot-adguard.conf b/etc/unbound/unbound.conf.d/dot-adguard.conf index f7b06756..5aa4f66b 100644 --- a/etc/unbound/unbound.conf.d/dot-adguard.conf +++ b/etc/unbound/unbound.conf.d/dot-adguard.conf @@ -1,7 +1,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes diff --git a/etc/unbound/unbound.conf.d/dot-cloudflare.conf b/etc/unbound/unbound.conf.d/dot-cloudflare.conf index 33c2e9a1..7d55baa9 100644 --- a/etc/unbound/unbound.conf.d/dot-cloudflare.conf +++ b/etc/unbound/unbound.conf.d/dot-cloudflare.conf @@ -1,7 +1,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes diff --git a/etc/unbound/unbound.conf.d/dot-dns0.conf b/etc/unbound/unbound.conf.d/dot-dns0.conf index 404d1a5e..aa9ba567 100644 --- a/etc/unbound/unbound.conf.d/dot-dns0.conf +++ b/etc/unbound/unbound.conf.d/dot-dns0.conf @@ -1,7 +1,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes diff --git a/etc/unbound/unbound.conf.d/dot-mullvad.conf b/etc/unbound/unbound.conf.d/dot-mullvad.conf index efc83989..d6295d1e 100644 --- a/etc/unbound/unbound.conf.d/dot-mullvad.conf +++ b/etc/unbound/unbound.conf.d/dot-mullvad.conf @@ -1,7 +1,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes diff --git a/etc/unbound/unbound.conf.d/dot-quad9.conf b/etc/unbound/unbound.conf.d/dot-quad9.conf index c5addfff..d15b6f4f 100644 --- a/etc/unbound/unbound.conf.d/dot-quad9.conf +++ b/etc/unbound/unbound.conf.d/dot-quad9.conf @@ -5,7 +5,7 @@ server: # Debian ca-certificates location #tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt - # ctrl.blog says this is the Fedora location + # Fedora #tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # Use system certificates no matter where they are tls-system-cert: yes