Seems lighttpd wants crt and key combined
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c7fd4ac1cc
commit
b52e117632
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ server.upload-dirs = ( "/var/tmp" )
|
|||
|
||||
$SERVER["socket"] == ":443" {
|
||||
ssl.engine = "enable"
|
||||
ssl.pemfile = "/etc/lighttpd/copr.fedorainfracloud.org.crt"
|
||||
ssl.pemfile = "/etc/lighttpd/copr.fedorainfracloud.org.pem"
|
||||
ssl.ca-file = "/etc/lighttpd/copr.fedorainfracloud.org.intermediate.crt"
|
||||
ssl.disable-client-renegotiation = "enable"
|
||||
ssl.use-sslv2 = "disable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue