Page MenuHomeFreeBSD

certctl: Always copy bundle fragments
ClosedPublic

Authored by des on Dec 5 2025, 11:38 AM.
Tags
None
Referenced Files
F164933243: D54081.diff
Tue, Aug 4, 11:18 PM
Unknown Object (File)
Tue, Aug 4, 6:15 AM
Unknown Object (File)
Tue, Aug 4, 5:11 AM
Unknown Object (File)
Mon, Aug 3, 8:29 AM
Unknown Object (File)
Thu, Jul 30, 11:41 AM
Unknown Object (File)
Thu, Jul 30, 7:56 AM
Unknown Object (File)
Tue, Jul 28, 7:38 PM
Unknown Object (File)
Sun, Jul 26, 8:36 PM
Subscribers

Details

Summary

When processing a bundle, we split it into individual certificates
stored in temporary files, then pass the name of each temporary file
to the creation function. Since the temporary files will later be
deleted, we need to force the creation function to copy rather than
symlink these files.

PR: 290957
Fixes: 986c43bd80e7 ("certctl: Add an option to copy files.")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable