Identify which SSL certs are about to expire but ignore autorenew certs from cPanel and Let's Encrypt.
SystemInfo.IssuerOrganization | !contains(@,
cPanel
) && !contains(@,
Let's Encrypt
)