# unikraft certificates

Manage Unikraft Cloud certificates.

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## Resource Fields

| Field                   | Type           | Operations |
| ----------------------- | -------------- | ---------- |
| `metro`                 | `string`       | create     |
| `name`                  | `string`       | create     |
| `uuid`                  | `string`       |            |
| `common-name`           | `string`       |            |
| `subject`               | `string`       |            |
| `issuer`                | `string`       |            |
| `serial-number`         | `string`       |            |
| `state`                 | `string`       |            |
| `cn`                    |                | create     |
| `chain`                 |                | create     |
| `pkey`                  |                | create     |
| `timestamps`            |                |            |
| `timestamps.created`    | `relativetime` |            |
| `timestamps.not-before` | `relativetime` |            |
| `timestamps.not-after`  | `relativetime` |            |

## See Also

* [`unikraft`](../unikraft.mdx): The Unikraft Command-Line Interface.
* [`unikraft certificates get`](certificates/get.mdx): Inspect a certificate.
* [`unikraft certificates wait`](certificates/wait.mdx): Wait for certificates to match a filter.
* [`unikraft certificates list`](certificates/list.mdx): List certificates.
* [`unikraft certificates delete`](certificates/delete.mdx): Remove a certificate.
* [`unikraft certificates create`](certificates/create.mdx): Create a certificate.

