# SSL Audit(Postgres)

We're excited to announce the launch of our **SSL Audit** feature, the result of weeks of dedicated effort! This robust tool empowers you to secure your PostgreSQL database by identifying key SSL configuration issues, including:

1. **Expiring SSL Certificates**: Detect certificates that are nearing expiration to avoid disruptions.
2. **Self-Signed Certificates**: Check if your database is using self-signed certificates, which may not meet security best practices.
3. **SSL Configuration Audit**: Evaluate and optimize your SSL settings, including cipher configurations, for enhanced security.
4. **HBA Configuration Validation**: Verify that your `pg_hba.conf` is correctly configured, ensuring `hostssl` is used where necessary.

With this feature, safeguarding your database's SSL setup has never been easier!

**Demo**

Watch the demo video here <https://youtube.com/shorts/sWqt_q0Pk2Y>

**Sample HTML Report**&#x20;

<figure><img src="/files/p9rG29Isld4yJ8otmxe6" alt=""><figcaption></figcaption></figure>


---

# 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://klouddb.gitbook.io/klouddb_shield/ssl-audit-postgres.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.
