mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Duplicate short parameter "-a" #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derdanne on GitHub (Jul 10, 2017).
There is a duplication of the short parameter "-a" for "--account" and "--algo". After the update today all my certificate requests failed with "Unknown parameter detected: rsa".
We should remove the short parameter "-a" for account, so all software that uses your script (ie. puppet modules) will continue to work.
@lukas2511 commented on GitHub (Jul 10, 2017):
Thanks for reporting this! I removed the short option for --account.
@derdanne commented on GitHub (Jul 10, 2017):
Thanks!