made default certificate chain empty
This commit is contained in:
@@ -123,16 +123,14 @@ newGemResponse = GemResponse
|
||||
newGemServSettings
|
||||
:: FilePath
|
||||
-- ^ Path to the server certificate
|
||||
-> [FilePath]
|
||||
-- ^ Path to the chain certificates
|
||||
-> FilePath
|
||||
-- ^ Path to the private key
|
||||
-> GemServSettings
|
||||
newGemServSettings cert chain key = GemServSettings
|
||||
newGemServSettings cert key = GemServSettings
|
||||
{ servConnections = 100
|
||||
, servPort = 1965
|
||||
, servCert = cert
|
||||
, servCertChain = chain
|
||||
, servCertChain = []
|
||||
, servKey = key
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user