We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b23b9 + e652338 commit 477bd13Copy full SHA for 477bd13
testssl.sh
@@ -9068,7 +9068,7 @@ certificate_info() {
9068
9069
# We adjust the thresholds by %50 for LE certificates, relaxing warnings for those certificates.
9070
# . instead of \' because it does not break syntax highlighting in vim
9071
- if [[ "$issuer_CN" =~ ^Let.s\ Encrypt\ Authority ]] ; then
+ if [[ "$issuer_O" =~ ^Let.s\ Encrypt ]] ; then
9072
days2warn2=$((days2warn2 / 2))
9073
days2warn1=$((days2warn1 / 2))
9074
fi
0 commit comments