History log of /netbsd-src/usr.sbin/certctl/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 24bd4d73 03-Sep-2023 riastradh <riastradh@NetBSD.org>

certctl(8): Install certs.conf in /usr/share/examples too.

This way postinstall(8) can refer to the default one when you've done
an upgrade without etcupdate or similar to pull in new config files
f

certctl(8): Install certs.conf in /usr/share/examples too.

This way postinstall(8) can refer to the default one when you've done
an upgrade without etcupdate or similar to pull in new config files
from etc.tgz.

Not great -- we should do this systematically for all config files in
/etc, but this one-off hack is less risky for 10.

show more ...


# ae648207 28-Aug-2023 riastradh <riastradh@NetBSD.org>

certctl(8): Set certs.conf 644 and add it to etc/mtree/special.


# 50a8b412 26-Aug-2023 riastradh <riastradh@NetBSD.org>

certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.