Home
last modified time | relevance | path

Searched refs:ROOT_CERT_FILE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/
Dconfig.h827 #define ROOT_CERT_FILE "/var/unbound/etc/icannbundle.pem" macro
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-anchor.c223 printf("-c file cert file, default %s\n", ROOT_CERT_FILE); in usage()
2338 const char* root_cert_file = ROOT_CERT_FILE; in main()
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in822 #undef ROOT_CERT_FILE
Dconfigure.ac266 AC_DEFINE_UNQUOTED(ROOT_CERT_FILE, ["$hdr_rpem"], [default rootcert location]) definition