--- loncom/Lond.pm 2016/07/25 19:49:45 1.9 +++ loncom/Lond.pm 2017/05/18 22:13:52 1.10 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: Lond.pm,v 1.9 2016/07/25 19:49:45 raeburn Exp $ +# $Id: Lond.pm,v 1.10 2017/05/18 22:13:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -852,6 +852,10 @@ sub server_certs { if ($md5hash{$key}) { if ($md5hash{$key} eq $md5hash{'key'}) { $info{$key}{'status'} = 'ok'; + } elsif ($info{'key'}{'status'} =~ /ok/) { + $info{$key}{'status'} = 'otherkey'; + } else { + $info{$key}{'status'} = 'nokey'; } } }