git: bdb41ce6077a - releng/15.0 - certctl.8: Update documentation of BUNDLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 17:59:39 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=bdb41ce6077a122e21e8ca1555f214fc9dc4131f
commit bdb41ce6077a122e21e8ca1555f214fc9dc4131f
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-10-14 13:32:46 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-17 17:59:12 +0000
certctl.8: Update documentation of BUNDLE
- Fix a typo.
- Provide the default path.
Approved by: re (cperciva)
Reviewed by: des
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D53001
(cherry picked from commit ec8e07e8fa94767dceb409c4c7c1840bba39172b)
(cherry picked from commit 1de06221ccec1deb338b57c235009e2cd94676c8)
---
usr.sbin/certctl/certctl.8 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/certctl/certctl.8 b/usr.sbin/certctl/certctl.8
index edf993e1361a..e58da8e7ff84 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 August 18, 2025
+.Dd October 9, 2025
.Dt CERTCTL 8
.Os
.Sh NAME
@@ -110,7 +110,7 @@ A copy of each trusted certificate is placed in
and each untrusted certificate in
.Ev UNTRUSTDESTDIR .
In addition, a bundle containing the trusted certificates is placed in
-.Ev BUNDLEFILE .
+.Ev BUNDLE .
.It Ic untrust
Add the specified file to the untrusted list.
.It Ic trust
@@ -151,6 +151,8 @@ Default:
.Pa ${DESTDIR}${DISTBASE}/etc/ssl/untrusted
.It Ev BUNDLE
File name of bundle to produce.
+Default:
+.Pa ${DESTDIR}${DISTBASE}/etc/ssl/cert.pem
.El
.Sh SEE ALSO
.Xr openssl 1