- Added
- Added the update_account subcommand for account management commands.
- Changed
- Copied account management functionality from the register subcommand to the update_account subcommand.
- Marked usage register --update-registration for deprecation and removal in a future release.
- Fixed
- Older modules in the josepy library can now be accessed through acme.jose like it could in previous versions of acme. This is only done to preserve backwards compatibility and support for doing this with new modules in josepy will not be added. Users of the acme library should switch to using josepy directly if they haven't done so already.
Signed-off-by: Pierre-Yves <pyu@riseup.net>