mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
unbound: Ship ICANN's certificates for trust anchor validation
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -92,5 +92,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
/var/lib/unbound/root.key
|
||||
chown -Rv nobody.nobody /var/lib/unbound
|
||||
|
||||
# Ship ICANN's certificates to validate DNS trust anchors
|
||||
install -v -m 644 $(DIR_SRC)/config/unbound/icannbundle.pem \
|
||||
/etc/unbound/icannbundle.pem
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user