# Performance Impact

This health check identifies roles where `no_store` is explicitly set to `false`, which can lead to performance degradation if certificate volumes are high and CRL auto-rebuilding is not enabled.

**Health Check Name: `role_no_store_false`**

#### **Accessed APIs**

| Method | Endpoint       | Description                                  |
| ------ | -------------- | -------------------------------------------- |
| LIST   | `/roles`       | Lists all configured roles.                  |
| READ   | `/roles/:name` | Reads the configuration for a specific role. |
| LIST   | `/certs`       | Lists all certificates issued.               |
| READ   | `/config/crl`  | Reads the CRL configuration.                 |

#### **Configuration Parameters**

| Parameter       | Type | Default | Description                                             |
| --------------- | ---- | ------- | ------------------------------------------------------- |
| `allowed_roles` | list | `nil`   | A list of role names to exclude from this health check. |

#### **Health Check Results**

| Check Criteria   | Description                                                                                                                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `no_store=false` | If a role has `no_store` explicitly set to `false`, vHSM issues a warning. This can negatively impact performance, especially when managing a large number of certificates and when CRL auto-rebuilding is not enabled. |

#### **Recommended Actions**

* Update non-ACME roles to use `no_store=false`.\
  **Note:** ACME roles must have `no_store=true`.
* Set certificate lifetimes as short as possible to reduce the load on CRL and storage systems.
* Use Bring Your Own Certificate (BYOC) revocations to revoke certificates proactively when necessary.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enclaive.cloud/virtual-hsm/troubleshooting/performance-impact.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
