> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/es/administracion-de-certificados/jamf/devices.md).

# Dispositivos

Por favor, siga esta guía para distribuir certificados a los dispositivos (p. ej.: iOS, iPadOS). Antes de implementar los primeros certificados a través de Jamf Pro, siga los [pasos generales para Jamf Pro](/es/administracion-de-certificados/jamf/general.md) primero.

{% hint style="success" %}
Recomendamos encarecidamente configurar todas las cargas útiles de certificado relevantes para el caso de uso (certificado de confianza / certificado SCEP) en un **único** perfil de configuración en Jamf Pro.
{% endhint %}

## Certificado raíz de SCEPman

Como primer paso, debe implementar el certificado raíz de SCEPman. Descargue este certificado CA a través del panel de SCEPman:

![](/files/b1f881a8c3a70140cfe0d7ae1660a6638dbf1e91)

Añada un nuevo "Mobile Device Configuration Profile" y elija "Certificate" como carga útil. Introduzca un nombre descriptivo y cargue el certificado (en "Select Certificate Option" seleccione "Upload"):

![](/files/b92273452623a898edb8fd1b03f5c7778ee585a2)

## Certificado del dispositivo

Por favor, añada otro "Mobile Device Configuration Profile" y elija "SCEP" como carga útil. Active "Use the External Certificate Authority settings to enable Jamf Pro as SCEP proxy for this configuration profile" e introduzca la siguiente información:

| Campo               | Descripción                                       | Valor/Ejemplo                                |
| ------------------- | ------------------------------------------------- | -------------------------------------------- |
| Nombre              | Nombre/propósito                                  | p. ej. "Device Authentication"               |
| Redistribuir perfil | Vuelve a implementar el perfil para la renovación | p. ej. "14 days"                             |
| Asunto              | Asunto del certificado, se permiten añadidos      | CN=$JSSID,OU=devices,CN=$PROFILE\_IDENTIFIER |

Ajuste otras opciones según sus necesidades.

<figure><img src="/files/7b579ac3a0d4a393fe38cb7f4865ad22e645d13d" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.scepman.com/es/administracion-de-certificados/jamf/devices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
