Bug 54687 - univention-fetch-certificate does not preserve symbolink link
univention-fetch-certificate does not preserve symbolink link
Status: NEW
Product: UCS
Classification: Unclassified
Component: SSL
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks: 30294 45435 50809
  Show dependency treegraph
 
Reported: 2022-04-25 14:58 CEST by Philipp Hahn
Modified: 2024-01-29 13:14 CET (History)
2 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2022-04-25 14:58:17 CEST
/usr/sbin/univention-fetch-certificate is used by /usr/sbin/univention-join to download the SSL certificate generated on the Primary to the Backup/Replica/Member server.

On the Primary/Master the layout is
- /etc/univention/ssl/$FQHN -> directory
- /etc/univention/ssl/$HOSTNAME -> symbolic link to $FQHN

On the Backup/Replica/Member the later is downloaded as a directory as the name is resolved on the Primary.
While this is not a problem by itself it may lead to update problems as now multiple files in multiple directories must be updated.