From ea713f6675eb1edf82107da7d92e98b3d239e379 Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Sat, 17 Jan 2026 09:22:03 +0100 Subject: [PATCH] Add CA debug fix --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? =="