-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: import-le command was broken
This was caused by the refactoring to the storage module which changed ImportKey to take a crypto.PrivateKey. But since this is an interface{}, it in practice accepts anything, so type checking didn't catch that the import-le call to ImportKey needed to be updated. This caused acmetool to panic when import-le was used. The import-le command has also been enhanced so that it sets the default provider URL if one is not set and there is only one directory URL used in the imported state directory. Fixes #86
- Loading branch information
Showing
1 changed file
with
30 additions
and
11 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