Page MenuHomeFreeBSD

certctl: Always copy bundle fragments
ClosedPublic

Authored by des on Dec 5 2025, 11:38 AM.
Tags
None
Referenced Files
F152502979: D54081.id167814.diff
Wed, Apr 15, 9:11 AM
F152460021: D54081.id167572.diff
Wed, Apr 15, 2:35 AM
Unknown Object (File)
Sun, Mar 29, 7:24 AM
Unknown Object (File)
Tue, Mar 24, 1:32 AM
Unknown Object (File)
Wed, Mar 18, 1:26 AM
Unknown Object (File)
Mar 6 2026, 3:13 PM
Unknown Object (File)
Feb 20 2026, 4:21 AM
Unknown Object (File)
Feb 17 2026, 11:12 AM
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