Open
Description
Before Creating the Enhancement Request
- I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
Refactor SSL context loading process to support multiple protocols dynamic loading.
Motivation
There are currently multiple implementations of SSL context loading, which should be consolidated. Furthermore, the current system requires a service restart when certificates need to be replaced. It's necessary to implement dynamic loading to avoid this downtime.
Describe the Solution You'd Like
Refactor SSL context loading process to support multiple protocols dynamic loading.
Describe Alternatives You've Considered
null
Additional Context
No response