baptiste0928 / raidprotect

Moderate your Discord server easily.
https://raidprotect.org
MIT License
55 stars 6 forks source link

deps: use webpki instead of native tls certs #109

Closed baptiste0928 closed 2 years ago

baptiste0928 commented 2 years ago

Use webpki-roots (Mozilla's root certificates) instead of native ones. This standardizes TLS certificates across dependencies, since mongodb only supports webpki roots. It also improves security when running in out-of-date or minimal environments such as containers by embedding root certificates in the binary.