> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/release-notes/archive/overview-2022/2022-04-25-releasenotes.md).

# April 2022

## [Enable client certificates from file system](/umbraco-cloud/build-and-customize-your-solution/set-up-your-project/project-settings/application-settings.md)

If your project needs to load a client certificate (like an X.509 certificate) at runtime you can turn on this feature for your environments. By turning this feature on for an environment, you will be able to load a client certificate as a file. Which happens during the run-time of your cloud project.

![Enable client certificate load from file system](/files/hhXdVTmG13YE5PTW1cqO)

## Tweaks and improvements

During March and April, we have provided a lot of small improvements to the Umbraco Cloud Portal. Too many to mention, however you will find the highlights in the list below.

* Display the time of creation for environments (*now presented on the “Overview” page of the project*)
* Restrict access to function when environments are changing (*to avoid actions on environments that are being created, deleted, or modified*)
* Ordering Umbraco Logs correctly by date (*the logs and errors log of cloud projects were not always listed chronologically*)
* Always display a link to the error page for environments on the project page (*and not exclusively when the project has new errors*).
* Better user guidance when visiting the project page before accepting the project invite.
* Only show usage warnings for cloud projects on Starter or Standard cloud plans (*as these are less relevant to projects on a Professional and Enterprise plan*)
* Ensure cloud project name is part of email subjects (*to ease the overview of received mails for the technical contacts*)


---

# 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.umbraco.com/umbraco-cloud/release-notes/archive/overview-2022/2022-04-25-releasenotes.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.
