mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
PR #242 has started requiring a passphrase for the imported key, and recomputes the key ID, making the command-line argument redundant. So, remove it from the command line and from the KeyStoreManager API. Also updates the comment for KeyStoreManager.ImportRootKey, and changes (notary key import-root) to refuse unexpected arguments instead of silently ignoring them. Signed-off-by: Miloslav Trmač <mitr@redhat.com>