Digital Certificates - Certificates

Partially update a certificate

Update one or more fields of an existing certificate without affecting other fields.

patch/workspace/tls/certificates/{certificate_id}

Path parameters

certificate_idinteger required

The unique identifier of the certificate

Request body

idinteger
namestring
certificatestring nullable
private_keystring nullable
issuerstring nullable
subject_namestring[]
validitystring nullable
type'certificate' | 'trusted_ca_certificate'

The value can't be changed after the certificate creation.

  • certificate - Certificate
  • trusted_ca_certificate - Trusted CA Certificate
managedboolean
status'pending' | 'challenge_verification' | 'active' | 'inactive' | 'expired' | 'failed'
  • pending - Pending
  • challenge_verification - Challenge Verification
  • active - Active
  • inactive - Inactive
  • expired - Expired
  • failed - Failed
status_detailstring
csrstring nullable
challenge'dns' | 'http'
  • dns - Uses DNS to solve the ACME challenge.
  • http - Uses HTTP to solve the ACME challenge.
authority'lets_encrypt'
  • lets_encrypt - lets_encrypt
key_algorithmstring
activeboolean
product_versionstring
last_editorstring
created_atstring date-time nullable

Timestamp of the certificate creation on the platform.

last_modifiedstring date-time

Timestamp of the last modification made to the certificate content on the platform.

renewed_atstring date-time nullable

Timestamp indicating when the managed certificate was renewed on our platform.

Response

Ok

statestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.