diff --git a/etc/tmpfiles.d/fedora-classic-cert-pem.conf b/etc/tmpfiles.d/fedora-classic-cert-pem.conf new file mode 100644 index 00000000..8046b9f7 --- /dev/null +++ b/etc/tmpfiles.d/fedora-classic-cert-pem.conf @@ -0,0 +1,4 @@ +# Create symlink /etc/pki/tls/cert.pem pointing to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem +# Fedora 44 deprecated that, but some packages (Steam) have trouble if the file doesn't exist +L /etc/pki/tls/cert.pem - - - - /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem +