> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/es/other-resources/install-root-certificates.md).

# Instalar certificados raíz

Este es el procedimiento para instalar certificados raíz.

{% hint style="info" %}
Firefox no confía en los mismos certificados que Windows, por lo que es necesario aplicar una configuración para habilitarlo.

Consulte [el artículo de la base de conocimientos de Mozilla](https://support.mozilla.org/en-US/kb/setting-certificate-authorities-firefox).
{% endhint %}

{% tabs %}
{% tab title="Windows" %}

1. Abra la consola de administración de Microsoft buscando ***MMC*** en el menú ***Inicio***. Otra forma es pulsar las teclas <kbd>Windows</kbd>+<kbd>R</kbd> en su teclado y, en la ventana ***Ejecutar***, buscar ***MMC***.
2. Seleccione ***Archivo – Agregar o quitar complemento***.
3. En el cuadro ***Complementos disponibles***, seleccione ***Certificados***.
4. Haga clic en el botón ***Agregar***.
5. En el asistente, seleccione ***Cuenta de equipo*** y, a continuación, haga clic en ***Siguiente***.
6. Seleccione ***Equipo local*** y, a continuación, haga clic en ***Finalizar*** para terminar el asistente.
7. Haga clic en ***Aceptar*** para guardar los cambios. Esta acción también cerrará el cuadro de diálogo ***Agregar o quitar complementos***.
8. En la consola, seleccione ***Certificados (equipo local)***.
9. En el cuadro ***Nombre del almacén lógico***, haga clic con el botón derecho en ***Entidades de certificación raíz de confianza*** y seleccione ***Todas las tareas – Importar***.
10. Siga las instrucciones del ***Asistente para importar certificados*** y proporcione el fichero de certificado que tenga.
    {% endtab %}

{% tab title="Linux" %}

1. sudo mkdir /usr/local/share/ca-certificates/extra
2. sudo cp ca.crt /usr/local/share/ca-certificates/extra/ca.crt
3. sudo update-ca-certificates

Compruebe que se añade un «1» en los mensajes de salida.
{% endtab %}
{% endtabs %}


---

# 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.devolutions.net/resources/es/other-resources/install-root-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.
