pkg certificates not installed by FreeBSD 15.1 installer

pkg kept showing "pkg: No trusted certificates" and for some operations would constantly complain that and update should be performed (it had been already).

Turns out the files in /usr/share/keys/pkg and /usr/share/keys/pkgbase-15 were never installed by the FreeBSD installer. This is a brand new system installed from the latest USB stick installer.

I had to run pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/base_release_0/FreeBSD-pkg-bootstrap-15.0.pkg to install the missing files. Is this a glitch only I experienced or an issue with the installer?
 
Back
Top