The plugin configuration supports the following optional settings:

Usage

CLI Commands

info

Returns plugin metadata:

./qualys-certview-plugin info

schema

Returns JSON schema for configuration validation:

./qualys-certview-plugin schema

uischema

Returns UI schema for form rendering:

./qualys-certview-plugin uischema

test

Verifies connectivity and validates credentials:

echo '{"username":"...","password":"...","gatewayUrl":"https://gateway.qg3.apps.qualys.com"}' | ./qualys-certview-plugin test

scan

Discovers and returns certificates from all asset types:

echo '{"username":"...","password":"...","gatewayUrl":"https://gateway.qg3.apps.qualys.com"}' | ./qualys-certview-plugin scan

Returns JSON array of certificate scan results with URNs, PEM data, and Qualys-specific metadata. The asset_type field in results indicates whether each certificate is from "managed" or "unmanaged" assets.