Bug 2163554
Summary: | System Certificate Trust Tool Fails To Correctly Manipulate Certificates | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brett Holman <brett.holman> |
Component: | p11-kit | Assignee: | Daiki Ueno <dueno> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | 37 | CC: | bdas, crypto-team, dueno, eesposit, kai-engert-fedora, stefw |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-02-07 13:08:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Brett Holman
2023-01-23 21:52:31 UTC
Originally reported in upstream cloud-init. https://github.com/canonical/cloud-init/pull/1962#issuecomment-1382915160 I would say this is a documentation issue. Basically, only certificates installed with `trust anchor --store` can be removed with `trust anchor --remove`. If you want to pre-populate certain certificates on an immutable media, I would suggest simply add/remove them under /usr/share/pki/ca-trust-source/anchors or /usr/share/pki/ca-trust-source/blocklist. I have file a PR to update the documentation: https://pagure.io/fedora-docs/quick-docs/pull-request/556 The fixed documentation has been published: https://docs.fedoraproject.org/en-US/quick-docs/using-shared-system-certificates/ I'm closing as NOTABUG for now, but feel free to reopen if anything can be done from the tooling side. |