Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix pki pkcs12-key-del to show hex key ID
  • Loading branch information
edewata committed Sep 15, 2022
1 parent b844cb0 commit 16ed23c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,6 +112,6 @@ public void execute(CommandLine cmd) throws Exception {
password.clear();
}

MainCLI.printMessage("Deleted key \"" + keyID + "\"");
MainCLI.printMessage("Deleted key \"" + keyID.toHexString() + "\"");
}
}

0 comments on commit 16ed23c

Please sign in to comment.