mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
6f2f8c2468
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.