mirror of
https://github.com/Pro/dkim-exchange.git
synced 2026-04-25 08:55:52 +03:00
[GH-ISSUE #75] Key length for generation setting should be remembered #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @gogglespisano on GitHub (Nov 30, 2014).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/75
It would be nice if "Key length for generation" was remembered.
It could either be a per domain setting and reflect the length of the key for the currently selected domain, or it could be a global setting reflecting the last used and be moved to the dkim tab.
The main problem is that it's not easy to tell what length the current key is or what length you've been making keys in the past.
@Pro commented on GitHub (Nov 30, 2014):
I think the best option is for new domains to show the last used key length for generation.
If an existing domain is selected, this field should show the key length of the key for this specific domain.
@gogglespisano commented on GitHub (Dec 1, 2014):
That sounds good to me.