mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-21 06:19:09 -04:00
Fix TLS-Certificate not set correctly
This commit is contained in:
committed by
Ilja Neumann
parent
8beb616d22
commit
1aa2b1df07
3
changelog/unreleased/fix-set-tls-cert-correctly.md
Normal file
3
changelog/unreleased/fix-set-tls-cert-correctly.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix: Set TLS-Certificate correctly
|
||||
|
||||
https://github.com/owncloud/ocis-proxy/pull/25
|
||||
@@ -25,7 +25,7 @@ func Server(opts ...Option) (svc.Service, error) {
|
||||
l.Fatal().Err(err).Msgf("Could not generate test-certificate")
|
||||
}
|
||||
|
||||
httpCfg.TLSKey = "server.crt"
|
||||
httpCfg.TLSCert = "server.crt"
|
||||
httpCfg.TLSKey = "server.key"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user