Removed option to reuse old private keys.

I have no idea why I thought reusing the keys would be a good idea
when I first started this...
This commit is contained in:
Lukas Schauer
2016-05-08 15:51:11 +02:00
parent a7c6af6895
commit 4dc9953319
4 changed files with 10 additions and 16 deletions
+1
View File
@@ -6,6 +6,7 @@ This file contains a log of major changes in letsencrypt.sh
- PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
- deploy_cert hook now also has the certificates timestamp as standalone parameter
- Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
- Private keys are no longer reused
### Added
- Added documentation to repository