Create CA Certificate

POST {{gateway}}/ca_certificates

Create CA Certificate konghq

Request Body

AttributesMandatoryTypeDescription
certrequiredbodyPEM-encoded public certificate of the CA.
tagsoptionalbodyAn optional set of strings associated with the Certificate, for grouping and filtering.

Request Body

{"cert"=>"-----BEGIN CERTIFICATE----------END CERTIFICATE-----", "tags"=>["user-level", "low-priority"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"id":"04fbeacf-a9f1-4a5d-ae4a-b0407445db3f","created_at":1422386534,"cert":"-----BEGIN CERTIFICATE-----...","tags":["user-level","low-priority"]}