Skip to main content
POST
/
api
/
v1
/
cert-manager
/
ca
/
aws-pca
cURL
curl --request POST \
  --url https://us.infisical.com/api/v1/cert-manager/ca/aws-pca \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "active",
  "configuration": {
    "appConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "certificateAuthorityArn": "<string>",
    "region": "us-east-1"
  }
}
'
{
  "projectId": "<string>",
  "name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "active",
  "type": "aws-pca",
  "configuration": {
    "appConnectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "certificateAuthorityArn": "<string>",
    "region": "us-east-1"
  },
  "enableDirectIssuance": true
}

Body

application/json
name
string
required

The name of the AWS Private Certificate Authority Certificate Authority to create. Must be slug-friendly.

Required string length: 1 - 64
projectId
string<uuid>
required

The ID of the project to create the Certificate Authority in.

status
enum<string>
required

The status of the AWS Private Certificate Authority Certificate Authority.

Available options:
active,
disabled,
pending-certificate
configuration
object
required

Response

Default Response

projectId
string
required
name
string
required
id
string<uuid>
required
status
enum<string>
required
Available options:
active,
disabled,
pending-certificate
type
enum<string>
required
Available options:
aws-pca
configuration
object
required
enableDirectIssuance
boolean
default:true