Uploading certificates no longer requires a system restart for BucketFS HTTPS interface to use them
Details
| Detail name | Value |
|---|---|
| Changelog Number | 20571 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.29.0 |
| Resolution Date | 2024-07-12 |
Background
ConfD job cert_update is used to upload TLS certificate chain and key that are used by database.
When default TLS settings are used, new SQL connections were using new TLS certificates immediately.
However, for HTTPS interface of BucketFS to use new certificates system (c4_cloud_command service) needed to be restarted.
Improvement
Uploading new certificates using the ConfD job cert_update no longer requires the system to be rebooted for BucketFS HTTPS interface to use them.
Changed behavior
A "c4_cloud_command" service reboot is not anymore necessary after calling job `cert_update` for BucketFS HTTPS interface to work.