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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user