> For the complete documentation index, see [llms.txt](https://docs.certinext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.certinext.io/documentation/release-notes/r1619-07-apr-2025.md).

# R1619 (07-Apr-2025)

This release introduces new features as below:

> #### What's New

* **Group level - Deduct from Account Balance** **- Auto Approval option:** In the Account Configurations, if Auto Approval of certificate is checked, the system automatically approves and deducts the certificate amount from the main account balance without needing manual approval of certificates.
* **CRL for Private PKI (Vanity CDP):** For better user experience, a Vanity CDP (Certificate Distribution Point) URL allows to customize the URL where the CRL is hosted. Instead of using a generic URL.
* **CERTInext - Edit Private PKI Product/Template:** This feature would allow users to edit and customize Private PKI (Public Key Infrastructure) products or templates.
* **Port Range-Based Scan for Webserver (SSL):** This feature allows users to define a port range for scanning when performing SSL/TLS certificate scans on web servers.
* **Discovery and deployment with Cloudflare:** The CERTInext Hub, now has provision to discover and deploy certificates through Cloudflare. The existing SSL certificates can be discovered and deployed with new configurations through Cloudflare's API.
* **Option to discard Auto Save / On hold orders:** The CERTInext Hub users can manually discard or delete orders that are automatically saved or placed on hold, allowing users to manage the orders more efficiently by removing irrelevant or outdated orders from their view. And, excluding the auto-saved or on-hold organizations from the dashboard count to improve clarity and reduce clutter.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.certinext.io/documentation/release-notes/r1619-07-apr-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
