| 27 Sep 2024 |
Mic92 | In reply to @aloisw:kde.org
/var/lib/ca-certificates/ca-bundle.pem. Are you aware of any other linux distribution that uses yet another location? | 09:43:31 |
Mic92 | According to this source fedora also seems to use /etc/pki/ca-trust | 09:46:13 |
Mic92 | https://docs.fedoraproject.org/en-US/quick-docs/using-shared-system-certificates/ | 09:46:14 |
Mic92 | Is this no longer up-to-date? | 09:46:23 |
@aloisw:kde.org | In reply to @joerg:thalheim.io Are you aware of any other linux distribution that uses yet another location? No, Debian and Ubuntu use the familiar /etc/ssl/certs/ca-certificates.crt. | 09:50:28 |
@aloisw:kde.org | In reply to @joerg:thalheim.io According to this source fedora also seems to use /etc/pki/ca-trust On my Silverblue VM at least /etc/ssl/certs is a symlink to /etc/pki/ca-trust/extracted/pem/directory-hash, which in turn contains a symlink called ca-certificates.crt pointing to ../tls-ca-bundle.pem (so the familiar location works, albeit in a convoluted way). | 09:53:02 |
Mic92 | At least on my macOS machine I seem to have % ls -la /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
| 10:15:49 |
Mic92 | But I am not sure if this comes from the nix-installer or nix-darwin | 10:15:59 |
Mic92 | emily: Weijia do you know more? | 10:16:16 |