Skip to content

Commit

Permalink
Highlight certificates that match the trust fabric but do not have Ke…
Browse files Browse the repository at this point in the history
…yName elements, so that an appropriate KeyName can be added.
  • Loading branch information
iay committed Jun 16, 2009
1 parent c2734fb commit 14433da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ sub comment {
} elsif ($error eq 'unable to get local issuer certificate') {
$error = '';
comment("unknown issuer: $issuerCN");
} elsif ($clientOK) {
$error = "certificate matches trust fabric; add KeyName?";
}
}

Expand Down

0 comments on commit 14433da

Please sign in to comment.