1. Credentials
  2. Certificate and Key

Credentials

Certificate and Key

Explains how to create a Certificate and Key credential for authenticating with APIs that require separate certificate and key files. Used in the Apicall task.

Overview

The Certificate and Key credential stores separate certificate and key files (typically PEM format). This is used for APIs that require mutual TLS (mTLS) or client certificate authentication where the certificate and private key are provided as separate files. This credential can be used in the API Call task.

Fields

Field Required Description
Credential Name Yes A name to identify this credential.
Certificate File Yes The certificate file to upload.
Key File Yes The private key file to upload.

Creating the Credential

  1. Navigate to the Credentials section of the manage platform.
  2. Click the
    + Create new item
    button.
  3. Select Certificate and Key from the credential type dropdown.
  4. Enter a Credential Name.
  5. Click the
    Upload Key File
    button and select your key file.
  6. Click the
    Upload Certificate File
    button and select your certificate file.
  7. Click the
    Create
    button.