Page MenuHomeFreeBSD

certctl: Always copy bundle fragments
ClosedPublic

Authored by des on Fri, Dec 5, 11:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 19, 11:40 PM
Unknown Object (File)
Fri, Dec 19, 10:18 AM
Unknown Object (File)
Thu, Dec 11, 7:40 PM
Unknown Object (File)
Wed, Dec 10, 11:59 AM
Unknown Object (File)
Tue, Dec 9, 2:23 PM
Unknown Object (File)
Tue, Dec 9, 10:10 AM
Unknown Object (File)
Mon, Dec 8, 5:16 AM
Unknown Object (File)
Mon, Dec 8, 12:10 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