---
title: "Create a certificate revocation lists (CRL)"
method: POST
path: "/workspace/tls/crls"
tags: ["Digital Certificates - Certificate Revocation Lists"]
---

# Create a certificate revocation lists (CRL)

`POST /workspace/tls/crls`

Create a new certificate revocation lists (CRL) for your account.

## Request body

- CertificateRevocationList
  - `id` integer, required
  - `name` string, required
  - `active` boolean — Indicates if the certificate revocation list is active. This field cannot be set to false.
  - `last_editor` string, required
  - `created_at` string, date-time, nullable, required — Timestamp of the certificate revocation list creation on the platform.
  - `last_modified` string, date-time, required — Timestamp of the last modification made to the certificate content on the platform.
  - `product_version` string, required
  - `issuer` string, required
  - `last_update` string, date-time, required — Timestamp of the last update issued by the certification revocation list issuer.
  - `next_update` string, date-time, required — Timestamp of the next scheduled update from the certification revocation list issuer.
  - `crl` string, required

## Response `201`

Certificate revocation list created successfully.

- CertificateRevocationListResponse
  - `state` string
  - `data` CertificateRevocationList, required
    - `id` integer, required
    - `name` string, required
    - `active` boolean — Indicates if the certificate revocation list is active. This field cannot be set to false.
    - `last_editor` string, required
    - `created_at` string, date-time, nullable, required — Timestamp of the certificate revocation list creation on the platform.
    - `last_modified` string, date-time, required — Timestamp of the last modification made to the certificate content on the platform.
    - `product_version` string, required
    - `issuer` string, required
    - `last_update` string, date-time, required — Timestamp of the last update issued by the certification revocation list issuer.
    - `next_update` string, date-time, required — Timestamp of the next scheduled update from the certification revocation list issuer.
    - `crl` string, required

## Other responses

- `400` — Validation Error
- `401` — Authentication Failed
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `406` — Not Acceptable
- `429` — Throttled
- `500` — Internal Server Error

---

[API](https://skmtc.dev/azion/apis/azion-api.md) · [All operations](https://skmtc.dev/azion/apis/azion-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azion/azion-api/revisions/bb3250697218/schema)
