Releases: imbrish/letsencrypt
Releases · imbrish/letsencrypt
0.6.2
- Add simple config validation
- Add option to enable verbose output
- Tweak output, errors and notifications
- Refactor Command, exit codes and configuration
0.6.0
- Switch to cPanel UAPI for installing certificates
- Show error when running on Windows
- Update config example and readme
0.5.0
- Add custom error handler
- Refactor helper functions
- Improve output and error messages
- Detect changes in composer.json on update
- Multiple tweaks and bugfixes
- Update config example and readme
0.4.0
- Require PHP 5.4 in
composer.json
- Minor internal refactorings
- Add
--help
option
- Support specifying email via
--notify
option
- Support custom configuration files via
--config
option
- Support specifying certificates to install via arguments
- Update config example and readme
0.3.1
- Improve comments in config example
0.3.0
- Add requirements to the readme
- Configure which domains to install
- Handle partially failed installation
- Improve output formatting
0.2.2
Changes:
- Add instruction to change permissions of config file
- Stop forcing certificate to be re-issued if only installation failed
- Improve directory-clearing function
- Remove challenge directories after certificate is issued
- Minor improvements