Actions
Get Certificates
Get a collection of certificates.
Note: Certificates with the following status are not returned by this method:
APPROVED
DECLINED
Basic Parameters
Parameter | Description |
---|---|
Certificate Type | Filter certificates by certificate type.This parameter accepts:* Exact values.* Multiple values using the in: operator.Examples:* SMIME_ENT * in:STANDARD_SSL,ADVANTAGE_SSL,EV_SSL |
Distinguished Name | Filter certificates by distinguished name.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* Marketing * con:Marketing * con:ou=Marketing |
Domain Used | Filter certificates by domain name used.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* entrust.com * con:entrust |
Expiration Time | Filter certificates with a specific date and time of expiry.Use the Expires After Relation parameter to find certificates expiring before or after the specified date. |
Expires After Relation | Defines how to compare certificate expiration dates against the specified Expiration Time . |
Fields | Specify the certificate fields to include in the response.Insert a comma-separated list of field names or * for all available fields.Examples:* trackingId,dn,status * trackingId,dn,serialNumber,expiresAfter,signingAlg,eku,status * * |
Limit | The maximum number of items to return per request.Maximum value: 1000 |
Offset | The index of the first result to return. |
Organization | Filter certificates by organization.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* Entrust Datacard * con:Entrust |
Organizational Unit | Filter certificates by organizational unit.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* Development * con:Marketing |
Status | Filter certificates based on their current status. |
Subject Alternative Name | Filter certificates by subject alternative name (SAN).This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* www.entrust.com * admin@entrust.com * con:entrust.com (matches dev.entrust.com, www.entrust.com, etc.) |
Advanced Parameters
Parameter | Description |
---|---|
Extended key usage | Filter certificates by extended key usage.This parameter accepts:* Exact values.* Multiple values using the in: operator.Examples:* CLIENT_AUTH * in:SERVER_AUTH,SERVER_AND_CLIENT_AUTH |
Incident Affected | Select to filter certificates affected by the incidents provided in the Incident Identifier parameter. |
Incident Identifier | Filter certificates by incident identifier.This parameter accepts:* Exact values.* Partial matches using the con: operator.Examples:* CIR20180722-01 * con:CIR20180722 |
Is Third Party | Select to get a list of all foreign certificates. |
Issue Data-Time | Filter certificates by issue date and time.Use with the Issue Date-Time Relation parameter to find certificates issued before or after a specific date. |
Issue Date-Time Relation | Define how to compare certificate issue dates against the specified Issue Date-Time . |
Key Size | Filter certificates by key size in bits.This parameter accepts:* Exact values.* Comparison operators: gt: (greater than), ge: (greater than or equal), lt: (less than), le: (less than or equal).Examples:* 2048 * lt:2048 (less than 2048 bits) |
Key Type | Select key types to filter certifications by. |
Request Date-Time | Filter certificates by issue date and time.Use with the Request Date-Time Relation parameter to filter by when certificates were requested. |
Request Date-Time Relation | Defines how to compare certificate request dates against the specified Request Date-Time . |
Serial Number | Filter certificates by serial numbers.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* 239010FB4DD0FD050000000053DA5896 * con:53DA5896 * in:239010FB4DD0FD050000000053DA5896,4EDBA588DB08C8600000000053DA889C Note: Leading zeros must be stripped from serial numbers before they can be used. |
Signing Algorithm | Filter certificates by signing algorithm.This parameter accepts:* Exact values.* Partial matches using the con: operator.* Multiple values using the in: operator.Examples:* SHA-1 * in:SHA-1,SHA-2 |
Sort | Specify a sort order for the results.Use field names with optional direction (asc/desc). For example, use trackingId:desc to sort by tracking ID (descending).Note: The uri field is not sortable. |
Example Output
Workflow Library Example
Get Certificates with Entrust Certificate Services and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?