Skip to content

Commit

Permalink
Clean up the appearance of one of the more peculiarly named VeriSign …
Browse files Browse the repository at this point in the history
…intermediates.
  • Loading branch information
iay committed Feb 4, 2013
1 parent 9de40dc commit 7fc2fb7
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 @@ -223,6 +223,8 @@ sub comment {
$issuer = $1;
if ($issuer =~ /CN=([^,]+)/) {
$issuerCN = $1;
} elsif ($issuer =~ /,OU=VeriSign International Server CA - Class 3,/) {
$issuerCN = 'VeriSign International Server CA - Class 3';
} else {
$issuerCN = $issuer;
}
Expand Down

0 comments on commit 7fc2fb7

Please sign in to comment.