MANIFEST.txt 683 B

123456789101112
  1. test-ca.crt — self-signed test CA (the trust anchor for tests)
  2. test-ca.key — test CA private key (DO NOT use in prod)
  3. valid.{key,crt} — leaf with correct CN/SAN, valid 30d
  4. wrong-cn.{key,crt} — leaf with correct format but wrong source_id in CN
  5. expired.{key,crt} — leaf expired yesterday (negative days)
  6. no-san.{key,crt} — leaf with correct CN but no SAN
  7. untrusted.{key,crt} — leaf signed by an UNTRUSTED CA (simulates attacker)
  8. untrusted-ca.{key,crt} — the attacker's CA
  9. Production uses scripts/cert-manager/ca-init.sh to generate the real PKI.
  10. This dir is .gitignored.