SSLVerifierV2
Use this automation to check for validity of your SSL certificate and get the time until expiration.
python · SSL Certificates
Details
| ID | SSLVerifierV2 |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/ansible-runner:1.0.0.10189215 |
| Tags | Utilities |
README
Use this automation to check for validity of your SSL certificate and get the time until expiration.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utilities |
Inputs
| Argument Name | Description |
|---|---|
| URL | URL to check |
| Port | Port to check |
Outputs
| Path | Description | Type |
|---|---|---|
| SSLVerifierV2.Certificate.ExpirationDate | Date Certificate Expires | string |
| SSLVerifierV2.Certificate.Site | Site that was checked | string |
| SSLVerifierV2.Certificate.TimeToExpiration | Days to expiration | string |
args: - description: URL to check name: URL required: true - default: true defaultValue: '443' description: Port to check name: Port comment: Use this automation to check for validity of your SSL certificate and get the time until expiration. commonfields: id: SSLVerifierV2 version: -1 dockerimage: demisto/ansible-runner:1.0.0.10189215 enabled: true name: SSLVerifierV2 outputs: - contextPath: SSLVerifierV2.Certificate.ExpirationDate description: Date Certificate Expires type: string - contextPath: SSLVerifierV2.Certificate.Site description: Site that was checked type: string - contextPath: SSLVerifierV2.Certificate.TimeToExpiration description: Days to expiration type: string runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Utilities type: python fromversion: 6.0.0 tests: - No tests (auto formatted)