mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 12:29:44 +01:00
Removed non-relevant CA's that no longer have active certificates.
This commit is contained in:
parent
9fc8c33704
commit
3670c1e4ad
@ -9416,8 +9416,8 @@ certificate_info() {
|
||||
|
||||
out "$indent"; pr_bold " Chain of trust"; out " "
|
||||
jsonID="cert_chain_of_trust"
|
||||
# Looks for CA's that have their trust removed by the first part of their Organization Name as they can only used verified names
|
||||
if [[ "$issuer_O" =~ ^(TrustCor Systems|WoSign|StartCom) ]]; then
|
||||
# Looks for CA's that have their trust removed by the first part of their Organization Name, add multiple with ^(TrustCor Systems|WoSign) etc.
|
||||
if [[ "$issuer_O" =~ ^(TrustCor Systems) ]]; then
|
||||
# Shortcut for this special case here. There is a difference between not being in a root store and being removed from a root store.
|
||||
pr_italic "$issuer_O"; out " is " ; prln_svrty_critical "actively removed from one or more root stores (NOT ok)"
|
||||
fileout "${jsonID}${json_postfix}" "CRITICAL" "Issuer removed from one or more root stores ($issuer_O)"
|
||||
|
Loading…
Reference in New Issue
Block a user