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:
Pavel Raiskup 2022-02-04 15:24:36 +01:00
parent 460c7ef705
commit d22cd2329c
2 changed files with 13 additions and 1 deletions

View file

@ -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:

View file

@ -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