> 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/gestion-de-certificados/jamf/devices.md).

# Dispositivos

Siga esta guía para distribuir certificados a dispositivos (p. ej.: iOS, iPadOS). Antes de desplegar los primeros certificados mediante Jamf Pro, siga los [pasos generales para Jamf Pro](/es/gestion-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 desplegar el certificado raíz de SCEPman. Descargue este certificado de CA a través del panel de SCEPman:

![](https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-9170eb0435726398eb43f6fac8abd0d5f35e8cc4%2FSCEPmanHomePage%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(1\)%20\(2\)%20\(1\)%20\(2\).png?alt=media)

Añada un nuevo "Perfil de configuración de dispositivo móvil" y elija "Certificado" como carga útil. Introduzca un nombre descriptivo y cargue el certificado (en "Seleccionar opción de certificado", seleccione "Cargar"):

![](https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-fe97ac8860afc7cc61db104dc028b871fdc3e6da%2Fimage%20\(25\).png?alt=media)

## Certificado del dispositivo

Añada otro "Perfil de configuración de dispositivo móvil" y elija "SCEP" como carga útil. Active "Usar la configuración de la Autoridad de certificación externa para habilitar Jamf Pro como proxy SCEP para este perfil de configuración" e introduzca la siguiente información:

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

Ajuste las demás opciones según sus necesidades.

<figure><img src="https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FDRffL4uHYgkQkcoilpP0%2Fimage.png?alt=media&amp;token=9fd81b72-53de-4883-bee0-3926502b7d22" 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, and the optional `goal` query parameter:

```
GET https://docs.scepman.com/es/gestion-de-certificados/jamf/devices.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.
