Page MenuHomeFreeBSD

certctl: Always copy bundle fragments
Needs ReviewPublic

Authored by des on Fri, Dec 5, 11:38 AM.

Details

Reviewers
allanjude
Group Reviewers
security
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 69062
Build 65945: arc lint + arc unit