]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[2/3] Add certctl(8)
authorkevans <kevans@FreeBSD.org>
Wed, 2 Oct 2019 01:05:53 +0000 (01:05 +0000)
committerkevans <kevans@FreeBSD.org>
Wed, 2 Oct 2019 01:05:53 +0000 (01:05 +0000)
commit345af4051a2656ab30e2be17a52de305f7da9113
tree6aceb5dc1c062f0c927ae51cc73bf02b78e33c9e
parent4ed49b4dcb5f3489dcf8c1020af9a79968c24452
[2/3] Add certctl(8)

This is a simple utility to hash all trusted on the system into
/etc/ssl/certs. It also allows the user to blacklist certificates they do
not trust.

This work was done primarily by allanjude@, with minor contributions by
myself.

No objection from: secteam
Differential Revision: https://reviews.freebsd.org/D16857
usr.sbin/Makefile
usr.sbin/certctl/Makefile [new file with mode: 0644]
usr.sbin/certctl/certctl.8 [new file with mode: 0644]
usr.sbin/certctl/certctl.sh [new file with mode: 0755]