Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 16:06:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274019] certctl(8): deprecate and remove usage of default extension of ".0"
Message-ID:  <bug-274019-227-wkUerswSBY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274019-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274019

--- Comment #5 from Michael Osipov <michael.osipov@siemens.com> ---
(In reply to Tijl Coosemans from comment #4)

Totally right:
$ grep -e DESTDIR: -e TRUSTPATH: -e BLACKLISTPATH: -e CERTDESTDIR: -e
BLACKLISTDESTDIR: -e EXTENSIONS: /usr/sbin/certctl
: ${DESTDIR:=}
:
${TRUSTPATH:=${DESTDIR}/usr/share/certs/trusted:${DESTDIR}${LOCALBASE}/share/certs:${DESTDIR}${LOCALBASE}/etc/ssl/certs}
:
${BLACKLISTPATH:=${DESTDIR}/usr/share/certs/blacklisted:${DESTDIR}${LOCALBASE}/etc/ssl/blacklisted}
: ${CERTDESTDIR:=${DESTDIR}/etc/ssl/certs}
: ${BLACKLISTDESTDIR:=${DESTDIR}/etc/ssl/blacklisted}

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274019-227-wkUerswSBY>