SSLVerifierV2_ParseOutput

Parses the output from the !SSLVerifierV2 automation into a markdown table and separate context key . This automation uses the SSLVerifierV2 key by default, but a custom context key can be specified in the event extend-context is used with the SSLVerifierV2 automation. Option to specify whether to output certificates with an expiring, warning, or good status (or all at once). Option to specify whether or not to output the generated tables to the war room.

python · SSL Certificates

README

Parses the output from the !SSLVerifierV2 automation into a markdown table and separate context key .

This automation uses the SSLVerifierV2 key by default, but a custom context key can be specified in the event extend-context is used with the SSLVerifierV2 automation.

Option to specify whether to output certificates with an expiring, warning, or good status (or all at once).

Option to specify whether or not to output the generated tables to the war room.

Script Data


Name Description
Script Type python3

Inputs


Argument Name Description
SSLVerifierKey The key from context containing the SSLVerifier Data (Defaults to SSLVerifier)
StatusType The status of certificate to extract (good (> 180 days), warning (<=180 days and > 90 days), expiring (<= 90 days))
OutputToWarRoom Output the resulting tables to the war room? Default: true

Outputs


Path Description Type
SSLReport.Expiring Certificates expiring in <= 90 days unknown
SSLReport.Good Certificates expiring in > 180 days Unknown
SSLReport.Warning Certificates expiring in > 90 days and <= 180 days Unknown