Digicert

Learn how to use Digicert with Composio

Overview

Enum

DIGICERT

Description

DigiCert is a leading provider of high-assurance TLS/SSL, PKI, IoT, and signing solutions, enabling secure digital interactions worldwide.

Authentication Details

api_key
stringRequired

Actions

Tool to check if a specific permission is available. use when validating that the authenticated user may perform an operation before attempting it.

Action Parameters

permission
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new api key with specified permissions. use when you have a valid digicert user id and need to generate a new key. note the api key appears only once; save it securely.

Action Parameters

name
stringRequired
restricted_to_role_id
integer
user_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of available api access roles. use after confirming authentication with an api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of intermediate certificates. use when you need to list all intermediate certificates for your account. no input required.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of certcentral account users. use when you need to audit or manage users with support for pagination and optional detail inclusion.

Action Parameters

include_details
boolean
limit
integer
offset
integer

Action Response

data
object
error
string
successful
boolean
Tool to update an existing report’s configuration. use when you need to modify the schedule, recipients, or format of a scheduled report.

Action Parameters

display_name
stringRequired
format
arrayRequired
notification_emails
array
report_identifier
stringRequired
report_metadata
objectRequired
schedule
objectRequired

Action Response

data
object
error
string
successful
boolean