# hbsd-update.conf # Configuration settings for hbsd-update. # This file is read in through a /bin/sh shell and uses that syntax. # dnsrec: # DNS TXT record to use when looking up the version info for the # latest update. # # This record name seems redundant, but it provides the following # information: # 1) architecture # 2) branch (hardened/current/master) in reverse form # 3) repo (hardenedbsd) dnsrec="$(uname -m).libressl.experimental.hardened.hardenedbsd.updates.hardenedbsd.org" # kernel: # Which kernel to install. kernel="HARDENEDBSD" # capath: # Location of the trusted root certificate store. capath="/usr/share/keys/hbsd-update/trusted" # branch: # Which branch/tag we are pointing to. This option is only used in # this file for the baseurl option below. branch="hardened/experimental/libressl" # baseurl: # Where to get the update from. baseurl="http://updates.hardenedbsd.org/pub/HardenedBSD-playground/updates/${branch}/$(uname -m)"