copr-be-dev: fix path to LE certificate
This commit is contained in:
parent
c2f93b3221
commit
0c305c731a
2 changed files with 3 additions and 3 deletions
|
@ -460,8 +460,8 @@ $HTTP["url"] =~ "^/.well-known/" {
|
|||
# Enable HTTPS
|
||||
$SERVER["socket"] == ":443" {
|
||||
ssl.engine = "enable"
|
||||
ssl.ca-file = "/etc/letsencrypt/live/copr-be-dev.cloud.fedoraproject.org/chain.pem"
|
||||
ssl.pemfile = "/etc/letsencrypt/live/copr-be-dev.cloud.fedoraproject.org/combined.pem"
|
||||
ssl.ca-file = "/etc/letsencrypt/live/{{ ansible_hostname }}/chain.pem"
|
||||
ssl.pemfile = "/etc/letsencrypt/live/{{ ansible_hostname }}/combined.pem"
|
||||
ssl.honor-cipher-order = "enable"
|
||||
# The following is OPTIONAL
|
||||
ssl.cipher-list = "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:ECDHE-RSA-AES128-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA128:DHE-RSA-AES128-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA128:ECDHE-RSA-AES128-SHA384:ECDHE-RSA-AES128-SHA128:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA128:DHE-RSA-AES128-SHA128:DHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA384:AES128-GCM-SHA128:AES128-SHA128:AES128-SHA128:AES128-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4"
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
- config
|
||||
|
||||
- name: add config for copr-repo path
|
||||
copy: src="{{ _lighttpd_conf_src }}" dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||
template: src="{{ _lighttpd_conf_src }}" dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||
notify:
|
||||
- restart lighttpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue