Skip to content

Commit d6e0796

Browse files
authored
Host cp.letsencrypt.org and cps.letsencrypt.org (#2023)
The -test redirects worked well, so move the real redirects here.
1 parent 8a3de6f commit d6e0796

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

netlify.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,25 @@ status = 301
328328
force = true
329329

330330
[[redirects]]
331-
from = "https://cp-test.letsencrypt.org/*"
331+
from = "https://cp.letsencrypt.org/*"
332332
to = "https://letsencrypt.org/documents/isrg-cp-cps-v5.9/"
333333
status = 302
334334
force = true
335335

336336
[[redirects]]
337-
from = "https://cps-test.letsencrypt.org/*"
337+
from = "https://cps.letsencrypt.org/*"
338+
to = "https://letsencrypt.org/documents/isrg-cp-cps-v5.9/"
339+
status = 302
340+
force = true
341+
342+
[[redirects]]
343+
from = "https://cp.root-x1.letsencrypt.org/*"
344+
to = "https://letsencrypt.org/documents/isrg-cp-cps-v5.9/"
345+
status = 302
346+
force = true
347+
348+
[[redirects]]
349+
from = "https://cps.root-x1.letsencrypt.org/*"
338350
to = "https://letsencrypt.org/documents/isrg-cp-cps-v5.9/"
339351
status = 302
340352
force = true

0 commit comments

Comments
 (0)