List the Vault Certificates for a Vault store
This command returns a list of certificates within the given Vault store represented as a JSON Array.
Request
GET https://{hostname}:{port}
/cli/vault/certificatecertificatesInStore?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
store | string | true | Name or ID of the Vault Store to list Certificates for. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: getVaultCertificates.