Skip to content

Commit 1d94882

Browse files
committed
Host cp.letsencrypt.org and cps.letsencrypt.org
The -test redirects worked well, so move the real redirects.
1 parent b7b4d2b commit 1d94882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,13 @@ 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/*"
338338
to = "https://letsencrypt.org/documents/isrg-cp-cps-v5.9/"
339339
status = 302
340340
force = true

0 commit comments

Comments
 (0)