freebsd-src/usr.sbin/certctl
Jose Luis Duran 5c7176bba3
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
certctl.8: Prefer the new TRUSTDESTDIR variable
With the reimplementation in C of certctl, the environment variable
previously known as CERTDESTDIR was renamed to TRUSTDESTDIR for
consistency.

Although the previous variable is still valid, prefer the new one, as it
is described in the manual page, while the old one is not.

Reviewed by:	des
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D54044
2025-12-05 17:36:49 +00:00
..
tests certctl: Create output directories 2025-08-22 17:33:45 +02:00
certctl.8 certctl.8: Prefer the new TRUSTDESTDIR variable 2025-12-05 17:36:49 +00:00
certctl.c certctl: Include sys/types.h 2025-09-09 13:47:42 +00:00
Makefile certctl: Reimplement in C 2025-08-18 16:28:29 +02:00
Makefile.depend