> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-mp-guide/infrastructure/certificates/lets-encrypt-certificates/working-with-lets-encrypt-certificates.md).

# Working with Let's Encrypt certificates

Let’s Encrypt is a global Certificate Authority (CA). This organization is a non-profit and does not charge fees for their certificates. Each certificate is valid for 90 days. RAS Console allows you to issue, automatically renew and revoke Let's Encrypt certificates.

## **Issuing a Let's Encrypt certificate**

To issue a new Let’s Encrypt certificate:

1. Navigate to **Infrastructure > Certificates**.
2. Click the ellipsis menu ( the **\[...]** icon) and choose **Let's Encrypt Settings**.
3. Select the **I have read and accept Let's Encrypt EULA** option.
4. In the **Expiration emails** field list specify the email addresses that will receive notifications from Let’s Encrypt.
5. Optionally, change the time when certificates are renewed automatically in the **Automatically renew certificates before expiration** field.
6. Navigate back to **Infrastructure > Certificates**.
7. Choose **Add > Issue Let's Encrypt** certificate from the **\[...]** menu and specify the following options:
   * **Name:** Name of the certificate.
   * **Description:** Description of the certificate.
   * **Usage:** HALB and/or Secure Gateway.
   * **Key size:** Key size.
   * **Country code:** Code of your country.
   * **Full state or province:** Name of your state or province.
   * **City:** Your city.
   * **Organization:** Name of your organization.
   * **Organization unit:** Name of your organization unit.
   * **E-mail**: Email address of your organization.
   * **Common name:** Valid domain name of a HALB or Secure Gateway.
   * **Alternative names:** Valid domain names of HALBs or Secure Gateways.
8. Click **Issue certificate**.

## **Renewing a Let’s Encrypt certificate manually**

To manually renew a Let’s Encrypt certificate:

1. Navigate to **Infrastructure > Certificates**.
2. Select the certificate that you want to renew.
3. Select **Control > Renew** from the **\[...]** menu.

## **Revoking a Let’s Encrypt certificate**

To revoke a Let’s Encrypt certificate:

1. Navigate to **Infrastructure > Certificates**.
2. Select the certificate that you want to renew.
3. Select **Control > Revoke** from the **\[...]** menu.


---

# 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.parallels.com/landing/ras-mp-guide/infrastructure/certificates/lets-encrypt-certificates/working-with-lets-encrypt-certificates.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.
