mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-03 10:24:26 +00:00
Merge pull request #6 from bitechdev/copilot/sub-pr-5
Implement persistent certificate storage with reuse for self-signed SSL
This commit is contained in:
@@ -397,8 +397,8 @@ func (sm *serverManager) ServeWithGracefulShutdown() error {
|
||||
type serverInstance struct {
|
||||
cfg Config
|
||||
gracefulServer *gracefulServer
|
||||
certFile string // Path to certificate file (may be temporary for self-signed)
|
||||
keyFile string // Path to key file (may be temporary for self-signed)
|
||||
certFile string // Path to certificate file (may be persistent for self-signed)
|
||||
keyFile string // Path to key file (may be persistent for self-signed)
|
||||
mu sync.RWMutex
|
||||
running bool
|
||||
serverErr chan error
|
||||
|
||||
Reference in New Issue
Block a user