From ca2bcb4942289edd29ba76d90242bd028638c7b5 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Thu, 13 Sep 2007 22:20:24 +0000 Subject: [PATCH] Fix for issue 2059. Use the SHA1 and MD5 fingerprints of the certificate instead of the signature and public keys. --- opends/src/messages/messages/quicksetup.properties | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 24688d1..73622a3 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -150,17 +150,15 @@ certificate carefully.\nAre you willing to accept this certificate for the \ purpose of identifying the server %s:%s? INFO_CERTIFICATE_NOT_VALID_YET=%s - Not valid yet -INFO_CERTIFICATE_PUBLIC_KEY_LABEL=Public Key: INFO_CERTIFICATE_SERIAL_NUMBER_LABEL=Serial Number: INFO_CERTIFICATE_SHOW_DETAILS_TEXT=<br><br><a href="">Show Certificate \ Details</a> -INFO_CERTIFICATE_SIGNATURE_ALGORITHM_LABEL=Signature Algorithm: -INFO_CERTIFICATE_SIGNATURE_LABEL=Signature: +INFO_CERTIFICATE_SHA1_FINGERPRINT_LABEL=SHA1 Fingerprint: +INFO_CERTIFICATE_MD5_FINGERPRINT_LABEL=MD5 Fingerprint: INFO_CERTIFICATE_SUBJECT_LABEL=Subject: INFO_CERTIFICATE_TITLE=Certificate Not Trusted INFO_CERTIFICATE_TYPE_LABEL=Type: INFO_CERTIFICATE_VALID_FROM_LABEL=Valid From: -INFO_CERTIFICATE_VERSION_LABEL=Version: INFO_CHECKBOX_COLOR=000,000,000 INFO_CLI_ERROR_READING_STDIN=Unexpected error reading standard input. INFO_CLI_UNKNOWN_ARGUMENT=Unknown argument %s -- Gitblit v1.10.0