Files
shaka-player/.github/workflows
Joey Parrish 6f2f8c2468 test: Drop --lets-encrypt-folder from test.py (#5455)
When we first deployed certificates from letsencrypt, we did not know
about the "live" folder, which contains helpful symlinks to the latest
certificate. Instead, we were copying the entire "archive" folder, which
contains even old certs, then searching that folder for the latest
version. We should be using the "live" folder instead, letting certbot
maintain the symlinks. This means there is no need for
--lets-encrypt-folder in test.py.
2023-08-07 09:11:43 -07:00
..