Skip to main content
POST
/
encrova-service
/
api
/
v1
/
ca
/
{ca_id}
/
import-certificate
Import Certificate
curl --request POST \
  --url https://encryption.platform.dev.ai71services.ai/encrova-service/api/v1/ca/{ca_id}/import-certificate \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "certificate": "<string>",
  "certificateChain": "<string>"
}
'
{
  "message": "<string>",
  "caId": "<string>"
}

Headers

x-api-key
string
required

Path Parameters

ca_id
string
required

Body

application/json
certificate
string
required

The certificate to import in PEM format

certificateChain
string
required

The certificate chain in PEM format

Response

Certificate imported successfully

message
string
required

Status message of the import operation

caId
string
required

ID of the Certificate Authority