-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
ace3e37
commit 6f2f8c2
Showing
2 changed files
with
2 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters