Index: head/usr.sbin/bsdinstall/scripts/config =================================================================== --- head/usr.sbin/bsdinstall/scripts/config +++ head/usr.sbin/bsdinstall/scripts/config @@ -55,6 +55,9 @@ # Set up other things from installed config chroot $BSDINSTALL_CHROOT /usr/bin/newaliases > /dev/null 2>&1 +if [ -x $BSDINSTALL_CHROOT/usr/sbin/certctl ]; then + chroot $BSDINSTALL_CHROOT /usr/sbin/certctl rehash +fi exit 0