fix(core): Refactor certificate handling across the project

This commit is contained in:
2025-02-04 00:38:39 +01:00
parent 5abc0d8a14
commit f1bb1702c1
11 changed files with 394 additions and 284 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-04 - 3.1.2 - fix(core)
Refactor certificate handling across the project
- Moved certificate keys and certs to the assets/certs directory.
- Updated test utilities to load certificates from the central location.
- Cleaned up redundant code and improved error logging regarding certificates.
- Ensured correct handling of host header in ProxyRouter class.
## 2025-02-03 - 3.1.1 - fix(workflow)
Update Gitea workflow paths and dependencies