]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361257: bsdinstall: do a `certctl rehash` upon installation of config
authorKyle Evans <kevans@FreeBSD.org>
Wed, 5 Aug 2020 14:40:09 +0000 (14:40 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 5 Aug 2020 14:40:09 +0000 (14:40 +0000)
commita9f7168433240c70682e2bdd9f24c0b76f9b3640
tree4bc35cdc689d5e2feae6f0d062739aeef8078e04
parenta80adba5ab46ba6d44d5abfc9b7f3b6de8afda55
MFC r361257: bsdinstall: do a `certctl rehash` upon installation of config

If certctl is installed on the system we're configuring, do a certctl
rehash.

Note that certctl may not be present if the world we've installed was built
either WITHOUT_OPENSSL or WITHOUT_CAROOT. In this scenario, we don't
currently see if the host has a certctl as this may be an indication that
the system *shouldn't* have certs installed into /etc/ssl.
usr.sbin/bsdinstall/scripts/config