Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.3 KB

File metadata and controls

19 lines (15 loc) · 1.3 KB

CertificateDiscovery

CertificateDiscovery is a command that discovery certificates

Properties

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]

[Back to Model list] [Back to API list] [Back to README]