Skip to content

Commit cdb8da7

Browse files
committed
unbound: erm, point to a bundle as it will not handle /etc/ssl/certs ?
PR: https://forum.opnsense.org/index.php?topic=44414.0
1 parent f06d347 commit cdb8da7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/opnsense/service/templates/OPNsense/Unbound/core

src/opnsense/service/templates/OPNsense/Unbound/core/dot.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ forward-zone:
3939
{% if all_dots|length > 0 %}
4040
# Forward zones over TLS
4141
server:
42-
tls-system-cert: yes
42+
# XXX Unbound only looks for a bundle file when OpenSSL will handle all of it???
43+
#tls-system-cert: yes
44+
tls-cert-bundle: /usr/local/etc/ssl/cert.pem
4345
{% for domain, dots in all_dots|groupby("domain", default=".") %}
4446

4547
forward-zone:

0 commit comments

Comments
 (0)