Authentication to CCP is done via client certificate/key files.
Usage
Usage of ./cac:
-appId string
CyberArk Application Id
-certFile string
Certificate file
-config string
Config name
-host string
CyberArk CCP REST Web Service Host
-json
JSON output
-keyFile string
Key file
-maxConns int
Max connections (default 4)
-maxTries int
Max tries (default 3)
-object value
CyberArk Object (at least one required)
-safe string
CyberArk Safe
-timeout duration
Timeout (default 30s)
-version
Display version information
-wait duration
Wait before retry (default 100ms)
Multiple objects can be queried in one go: --object o1 --object o2