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

Commit 534b3a0

Browse files
committed
chore: update .gitignore and add CA certificates
- Modified .gitignore to include the curl-ca-bundle.crt while excluding other TLS files. - Added a new curl-ca-bundle.crt file containing a bundle of CA root certificates for SSL client authentication, sourced from Mozilla's root certificates.
1 parent e012ec9 commit 534b3a0

File tree

3 files changed

+7335
-5
lines changed

3 files changed

+7335
-5
lines changed

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ runtime/*/
1414
!runtime/.gitkeep
1515

1616
# SSL certificates and keys
17-
src/backend/unrealircd/conf/tls/
18-
*.pem
19-
*.key
20-
*.crt
17+
src/backend/unrealircd/conf/tls/*
18+
!src/backend/unrealircd/conf/tls/curl-ca-bundle.crt
2119

2220
# Runtime data directories (created at runtime)
2321
data/
@@ -33,7 +31,7 @@ src/backend/atheme/conf/atheme.conf
3331
ircd_data/
3432
ircd_logs/
3533
ircd_modules/
36-
ircd_contrib/ # Legacy
34+
ircd_contrib/ # Legacy
3735
atheme_data/
3836
atheme_logs/
3937
webpanel_data/

0 commit comments

Comments
 (0)