Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/add-tls-and-client-certi…
Browse files Browse the repository at this point in the history
…ficate-support-#6' into feature/add-tls-and-client-certificate-support-#6
  • Loading branch information
gitseti committed Aug 8, 2019
2 parents 7c07cfa + 7cdadce commit cdf6b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class FileToPrivateKeyConverter implements CommandLine.ITypeConverter<PrivateKey> {
static final String UNRECOGNIZED_KEY = "The private key could not be recognized.";
static final String MALFORMED_KEY = "The private key could not be read.";
static final String WRONG_PASSWORD = "The given password to decrypt the private key was wrong.";
static final String WRONG_PASSWORD = "The password for decrypting the private key was wrong.";

@Override
public PrivateKey convert(final @NotNull String s) throws Exception {
Expand Down

0 comments on commit cdf6b89

Please sign in to comment.