diff --git a/build/check_embedded.pl b/build/check_embedded.pl index c222ff88..410eeecd 100755 --- a/build/check_embedded.pl +++ b/build/check_embedded.pl @@ -75,7 +75,7 @@ # Use openssl to convert the certificate to text # my(@lines, $issuer, $subjectCN, $issuerCN); - $cmd = "openssl x509 -in $filename -noout -text -nameopt RFC2253 |"; + $cmd = "openssl x509 -in $filename -noout -text -nameopt RFC2253 -modulus |"; open(SSL, $cmd) || die "could not open openssl subcommand"; while () { push @lines, $_;