import_certificate
Import an existing base64-encoded certificate (PFX/P12/PEM) into CData Arc for use by connectors. Use this when you have a certificate file to upload; for generating new certificates, use create_cert.
Instructions
Import an existing certificate into Arc. Use this ONLY when you already have a certificate file and need to upload it. The user must provide the base64-encoded certificate data. To generate a NEW certificate from scratch, use 'create_cert' instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | REQUIRED: The base-64 encoded contents of the certificate file (PFX/P12/PEM format) | |
| name | Yes | REQUIRED: The name of the certificate file (e.g., 'partner_cert.pfx') | |
| issuer | No | The issuer of the certificate | |
| keysize | No | The key size of the certificate | |
| subject | No | The certificate subject (e.g., 'CN=My Company, O=My Org, C=US') | |
| issuedBy | No | The common name of certificate issuer | |
| issuedTo | No | The common name of certificate subject | |
| storeType | No | The store type (e.g., 'PKCS12', 'PEM') | |
| thumbprint | No | The SHA1 thumbprint of the certificate | |
| connectorIds | No | Comma-separated list of connector IDs that should use this certificate | |
| serialnumber | No | The serial number of the certificate | |
| effectiveDate | No | The effective date of the certificate | |
| expirationDate | No | The expiration date of the certificate | |
| expirationDays | No | The days until the expiration date of the certificate | |
| signatureAlgorithm | No | The algorithm used to sign the certificate |