-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing update-ca-certificates #2709
Comments
PR: harvester/harvester-installer#328 test step
|
Pre Ready-For-Testing Checklist
|
Automation e2e test issue: harvester/tests#477 |
Verified fixed on Result
Test Information
Verify Steps
|
Does the command work and add the certificates from /etc/pki/trust/anchors to /etc/ssl/ca-bundle.pem? |
The
|
In 1.0.3 I could see that /etc/ssl/ca-bundle.pem is read-only - or did I oversee something? |
Yes, once we add the additional CA with the UI, Harvester will automatically execute The reboot check in step 4 just double confirm the additional CA still exists after the reboot. |
Ok - then we "just" have to restart all running services that are using this ca-bundle.pem (i.e. RKE2)? |
Yes, we need to restart RKE2. We will automatically restart RKE2 after this fix f860269. |
Describe the bug
We use
update-ca-certificates
to add additional ca, but the command is not found in current master-head version.To Reproduce
Steps to reproduce the behavior:
sudo -i
.update-ca-certificates
.Expected behavior
The command should exist.
Environment
The text was updated successfully, but these errors were encountered: