Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 66e9d25

Browse files
committed
security: remove mitmproxy certificates from CA bundle
- Remove mitmproxy trust source and certificate files from system - Regenerate clean CA certificate bundle without mitmproxy - Update project CA bundles with clean certificates - Update .gitignore to prevent future commits of CA bundles Fixes security concern with committed mitmproxy certificates that could intercept HTTPS traffic and compromise SSL/TLS validation.
1 parent 534b3a0 commit 66e9d25

File tree

5 files changed

+153
-7387
lines changed

5 files changed

+153
-7387
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ runtime/*/
1515

1616
# SSL certificates and keys
1717
src/backend/unrealircd/conf/tls/*
18-
!src/backend/unrealircd/conf/tls/curl-ca-bundle.crt
18+
19+
# CA certificate bundles (should be generated locally, not committed)
20+
docs/examples/unrealircd/tls/curl-ca-bundle.crt
1921

2022
# Runtime data directories (created at runtime)
2123
data/

0 commit comments

Comments
 (0)