Skip to content

Commit d0a8c67

Browse files
authored
fixes pycon sites with new acme certs (#617)
1 parent b867971 commit d0a8c67

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pillar/base/tls.sls

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,30 @@ tls:
138138
- loadbalancer
139139
aliases:
140140
- wiki.jython.org
141+
142+
www.pycon.org:
143+
validation: http
144+
roles:
145+
- loadbalancer
146+
aliases:
147+
- fr.pycon.org
148+
149+
cheeseshop.python.org:
150+
validation: http
151+
roles:
152+
- loadbalancer
153+
154+
jobs.python.org:
155+
validation: http
156+
roles:
157+
- loadbalancer
158+
159+
packages.python.org:
160+
validation: http
161+
roles:
162+
- loadbalancer
163+
164+
planet.python.org:
165+
validation: http
166+
roles:
167+
- loadbalancer

0 commit comments

Comments
 (0)