copr-be: use the new SSL certificate
This commit is contained in:
parent
daa470f778
commit
fea22e3e45
1 changed files with 2 additions and 2 deletions
|
@ -481,8 +481,8 @@ server.upload-dirs = ( "/var/tmp" )
|
|||
# production still uses normal configuration
|
||||
$SERVER["socket"] == "{{ https_bind }}" {
|
||||
ssl.engine = "enable"
|
||||
ssl.pemfile = "/etc/lighttpd/copr.fedorainfracloud.org.pem"
|
||||
ssl.ca-file = "/etc/lighttpd/copr.fedorainfracloud.org.intermediate.crt"
|
||||
ssl.pemfile = "/etc/lighttpd/copr-be.cloud.fedoraproject.org.pem"
|
||||
ssl.ca-file = "/etc/lighttpd/copr-be.cloud.fedoraproject.org.intermediate.cert"
|
||||
ssl.disable-client-renegotiation = "enable"
|
||||
ssl.use-sslv2 = "disable"
|
||||
ssl.use-sslv3 = "disable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue