We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb94ffa + 0de00f4 commit 666a2c4Copy full SHA for 666a2c4
1 file changed
testssl.sh
@@ -8710,7 +8710,7 @@ certificate_info() {
8710
fi
8711
# We adjust the thresholds by %50 for LE certificates, relaxing warnings for those certificates.
8712
# . instead of \' because it does not break syntax highlighting in vim
8713
- if [[ "$issuer_CN" =~ ^Let.s\ Encrypt\ Authority ]] ; then
+ if [[ "$issuer_O" =~ ^Let.s\ Encrypt ]] ; then
8714
days2warn2=$((days2warn2 / 2))
8715
days2warn1=$((days2warn1 / 2))
8716
0 commit comments