Page MenuHomeFreeBSD

certctl: Always copy bundle fragments
ClosedPublic

Authored by des on Dec 5 2025, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 21, 2:01 AM
Unknown Object (File)
Thu, Aug 13, 1:32 AM
Unknown Object (File)
Wed, Aug 12, 10:39 PM
Unknown Object (File)
Wed, Aug 12, 5:54 PM
Unknown Object (File)
Mon, Aug 10, 12:56 PM
Unknown Object (File)
Mon, Aug 10, 9:45 AM
Unknown Object (File)
Mon, Aug 10, 7:27 AM
Unknown Object (File)
Sat, Aug 8, 7:15 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