1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at ad25dae4e1

This commit is contained in:
CoreOS Bot
2025-07-30 13:02:50 +00:00
parent 3584f45cdf
commit e890762864

View File

@@ -12,7 +12,7 @@ set -xeuo pipefail
if ! systemctl show coreos-update-ca-trust.service -p ActiveState | grep ActiveState=active; then
fatal "coreos-update-ca-trust.service not active"
fi
if ! grep '^# coreos.com$' /etc/pki/tls/certs/ca-bundle.crt; then
fatal "expected coreos.com in ca-bundle"
if ! grep '^# coreos.com$' /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem; then
fatal "expected coreos.com certificate not found in tls-ca-bundle.pem"
fi
ok "coreos-update-ca-trust.service"