CertificateDiscovery is a command that discovery certificates
| Name | Type | Description | Notes |
|---|---|---|---|
| debug | bool | Debug mode | [optional] [default to False] |
| expiration_event_in | list[str] | How many days before the expiration of the certificate would you like to be notified. | [optional] |
| hosts | str | A comma separated list of IPs, CIDR ranges, or DNS names to discovery | |
| json | bool | Set output format to JSON | [optional] [default to False] |
| port_ranges | str | A comma separated list of port ranges Examples: "80,443" or "80,443,8080-8090" or "443" | [optional] [default to '443'] |
| protection_key | str | The name of the key that protects the certificate value | [optional] |
| target_location | str | The folder where the results will be saved | |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |