copr-backend: use Let's Encrypt certificate
This has been in staging for a long time, and now when the certificates are automatically backed up on Backend we can afford moving it to production.
This commit is contained in:
parent
460c7ef705
commit
d22cd2329c
2 changed files with 13 additions and 1 deletions
|
@ -28,6 +28,18 @@ description: copr dispatcher and repo server
|
|||
do_sign: "true"
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
host_backup_targets: ['/var/lib/copr/public_html/results']
|
||||
|
||||
# consumed by roles/copr/certbot
|
||||
letsencrypt:
|
||||
certificates:
|
||||
copr-be.cloud.fedoraproject.org:
|
||||
challenge_dir: /var/lib/copr/public_html
|
||||
domains:
|
||||
- copr-be-dev.cloud.fedoraproject.org
|
||||
mail: coprteam@fedoraproject.org
|
||||
|
||||
predefined_deploy_script: lighttpd
|
||||
|
||||
# consumed by roles/messaging/base
|
||||
messaging:
|
||||
certificates:
|
||||
|
|
|
@ -31,7 +31,7 @@ letsencrypt:
|
|||
challenge_dir: /var/lib/copr/public_html
|
||||
domains:
|
||||
- copr-be-dev.cloud.fedoraproject.org
|
||||
mail: copr-devel@lists.fedorahosted.org
|
||||
mail: coprteam@fedoraproject.org
|
||||
|
||||
predefined_deploy_script: lighttpd
|
||||
# consumed by roles/messaging/base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue