Update CHANGELOG.md

This commit is contained in:
Théophile Diot 2024-03-16 13:11:02 +00:00
parent 1f6a55c4e0
commit 7b9a568947
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -42,7 +42,7 @@
- [MISC] BunkerWeb will now load the default loading page even on 404 errors when generating the configuration
- [MISC] Update database schema to support the new pro version and optimize it
- [MISC] Refactor SSL/TLS logics to make it more consistent
- [MISC] Use ed5519 key instead of RSA for default/fallback certificates
- [MISC] Use ECDSA key instead of RSA for selfsigned/default/fallback certificates
- [MISC] Refactor certbot-new job to optimize the certbot requests
- [MISC] Refactor jobs utils to make it more consistent
- [MISC] Review jobs and utils to make it more consistent and better in general