Define pkgs.fp.o to get certbot certs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8c9589d0ba
commit
ac70e630f6
1 changed files with 10 additions and 0 deletions
|
@ -876,3 +876,13 @@
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: planet.fedoraproject.org
|
site_name: planet.fedoraproject.org
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
# pkgs.fp.o will be an alias of src.fp.o once we get everyone over to https
|
||||||
|
# git push/pull. For now, we just want a cert via the certbot system.
|
||||||
|
- role: httpd/website
|
||||||
|
site_name: pkgs.fedoraproject.org
|
||||||
|
ssl: true
|
||||||
|
sslonly: true
|
||||||
|
certbot: true
|
||||||
|
tags:
|
||||||
|
- pkgs.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue