> 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/rdm/es/knowledge-base/how-to-articles/configure-certificate-x.509-credential-entry-type.md).

# Configurar el tipo de entrada de credencial de certificado x.509

El tipo de entrada de credencial ***Certificate (X.509)*** facilita la autenticación RDP con tarjeta inteligente y almacena el certificado X.509 completo (parte pública y privada) para su inserción en una tarjeta inteligente virtual RDP.

Algunas organizaciones utilizan certificados X.509 como alternativa a la autenticación con ID de usuario y contraseñas. Los certificados X.509 aprovechan la criptografía de clave pública-privada y se consideran ampliamente una protección mejorada frente a suplantadores maliciosos en la red.

{% hint style="success" %}
Si utiliza la entrada obsoleta ***Certificate (.pfx, .cert, .cer, .p12, .pem)***, puede que desee importar su certificado en una entrada ***Certificate (X.509)*** en su lugar. Para ello, vaya a la entrada obsoleta, haga clic en ***Save document as*** y guarde el certificado como un fichero `.pfx`. A continuación, impórtelo siguiendo los [pasos indicados a continuación](#stored-in-database).
{% endhint %}

1. Añada una nueva entrada en Remote Desktop Manager.
2. Vaya a ***Credential management***, seleccione ***Certificate (X.509)*** y haga clic en ***OK***.

   ![](https://cdnweb.devolutions.net/docs/RDMW4445_2026_1.png)
3. Introduzca un ***Name*** y seleccione un ***Folder***.
4. En ***General***, seleccione ***Stored in database*** o ***Link to certificate store*** en el menú desplegable ***Certificate data mode***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2344.png)

### Almacenado en la base de datos

1. Seleccione ***Update certificate*** en ***General*** – ***Embedded X.509 certificate*** para importar un certificado X.509.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2345.png)
2. Elija el ***Certificate file*** y haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2346.png)
3. Elija un ***Private key file*** si es necesario y haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2347.png)
4. Haga clic en ***Finish*** para cerrar la ventana.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2348.png)
5. Seleccione ***View certificate*** para ver la información del certificado e instalarlo.
6. En la ***Certificate window***, haga clic en ***Install certificate***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2349.png)
7. Seleccione la ***Store Location***: ***Current user*** o ***Local machine***. Haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2350.png)
8. Elija el ***Certificate store***. Haga clic en ***Next***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2351.png)
9. Haga clic en ***Finish*** para completar la importación.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2352.png)
10. Seleccione el ***PIN*** de la ***Smart card*** si es necesario. Haga clic en ***Add*** para guardar la entrada.

    ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2353.png)

### Enlace al almacén de certificados

1. Seleccione ***Current user*** o ***Local machine*** en ***Certificate location***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2354.png)
2. Elija el ***Certificate store*** en el menú desplegable.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2355.png)
3. Elija ***Thumbprint*** o ***Subject name*** en ***Certificate find type***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2356.png)
4. Introduzca el ***Search text***. Haga clic en ***Test configuration***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2357.png)
5. Seleccione el ***PIN*** de la ***Smart card*** si es necesario. Haga clic en ***Add*** para guardar la entrada.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2353.png)


---

# 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/rdm/es/knowledge-base/how-to-articles/configure-certificate-x.509-credential-entry-type.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.
