[Bug 274019] certctl(8): deprecate and remove usage of default extension of ".0"
Date: Fri, 22 Sep 2023 16:06:44 UTC
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.