diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 358e744..ca79564 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: ls -l /etc/cluster-ca/root-ca.crt || true echo "== ca-certificates directory ==" ls -l /usr/local/share/ca-certificates || true - ls -l /etc/ssl/certs | head -n 20 + ls -l /etc/ssl/certs | grep sk4.nz || true echo "== CA content (cluster) ==" openssl x509 -in /etc/cluster-ca/root-ca.crt -noout -subject -issuer -dates -fingerprint -sha256 || true echo "== CA in system trust store? =="