> 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/computers.md).

# Equipos

Siga esta guía para distribuir certificados a ordenadores (macOS). Antes de desplegar los primeros certificados mediante Jamf Pro, siga las [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 macOS" y elija "Certificado" como carga útil. Introduzca un nombre significativo, cargue el certificado (para "Select Certificate Option" seleccione "Upload") y active "Permitir acceso de todas las apps":

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

Distribuya ese perfil a todos los clientes que deban recibir certificados SCEP más adelante.

## Certificado de máquina

Añada otro "Perfil de configuración de macOS" 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 implementar el perfil para la renovación | p. ej., "14 días"                              |
| Asunto                                   | Asunto del certificado; son posibles adiciones    | CN=$JSSID,OU=computers,CN=$PROFILE\_IDENTIFIER |
| Permitir la exportación desde el llavero | Controla si la clave privada es exportable        | No                                             |
| Permitir acceso a todas las apps         | Controla el acceso al certificado SCEP            | Sí                                             |

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%2FDPXKt0yJZDkMC0HNqxML%2Fimage.png?alt=media&amp;token=f046e588-36f9-4d70-ba48-d59b9f82c8d5" alt=""><figcaption></figcaption></figure>

## Resultado en el cliente

Además de informarlo en Jamf Pro, puede verificar fácilmente la distribución del Certificado raíz de SCEPman y del Certificado del dispositivo mediante "Acceso a Llaveros" en el cliente deseado (en "Sistema"):

![Certificado raíz de SCEPman](https://4115997120-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2Fgit-blob-b0e61c04f7257e9c5d07a6b51dcc9ae5f3596af3%2Fimage%20\(31\).png?alt=media)

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


---

# 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/computers.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.
