Arch Linux CA trust failure: update-ca-certificates: No such file or directory #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On Arch Linux, the CA trust mechanism differs from Debian-based distributions.
The application currently relies on the update-ca-certificates command to install or refresh trusted Certificate Authorities. However, this command is not guaranteed to exist on Arch Linux systems, especially in minimal installations.
Instead, Arch Linux uses the p11-kit based trust system, where certificate management is handled via the trust command.