Date: Fri, 05 Dec 2025 17:37:33 +0000 From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5c7176bba30a - main - certctl.8: Prefer the new TRUSTDESTDIR variable Message-ID: <6933185d.9b9b.6d09dc2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=5c7176bba30ab3b250177cba3923bdc84b68a7c7 commit 5c7176bba30ab3b250177cba3923bdc84b68a7c7 Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2025-12-05 17:36:49 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2025-12-05 17:36:49 +0000 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 --- usr.sbin/certctl/certctl.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/certctl/certctl.8 b/usr.sbin/certctl/certctl.8 index e58da8e7ff84..2d38ce020c04 100644 --- a/usr.sbin/certctl/certctl.8 +++ b/usr.sbin/certctl/certctl.8 @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd October 9, 2025 +.Dd December 3, 2025 .Dt CERTCTL 8 .Os .Sh NAME @@ -106,7 +106,7 @@ in and all untrusted certificates in .Ev UNTRUSTPATH . A copy of each trusted certificate is placed in -.Ev CERTDESTDIR +.Ev TRUSTDESTDIR and each untrusted certificate in .Ev UNTRUSTDESTDIR . In addition, a bundle containing the trusted certificates is placed inhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6933185d.9b9b.6d09dc2>
