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.
1 parent f6e2a5c commit e652338Copy full SHA for e652338
testssl.sh
@@ -9056,7 +9056,7 @@ certificate_info() {
9056
9057
# We adjust the thresholds by %50 for LE certificates, relaxing warnings for those certificates.
9058
# . instead of \' because it does not break syntax highlighting in vim
9059
- if [[ "$issuer_CN" =~ ^Let.s\ Encrypt\ Authority ]] ; then
+ if [[ "$issuer_O" =~ ^Let.s\ Encrypt ]] ; then
9060
days2warn2=$((days2warn2 / 2))
9061
days2warn1=$((days2warn1 / 2))
9062
fi
0 commit comments