# Dispositivos

Por favor, siga este guia para distribuir certificados para dispositivos (por exemplo: iOS, iPadOS). Antes de implementar os primeiros certificados via Jamf Pro, siga os [passos gerais para o Jamf Pro](/pt/gestao-de-certificados/jamf/general.md) primeiro.

{% hint style="success" %}
Recomendamos fortemente configurar todos os payloads de certificado relevantes para o caso de uso (certificado confiável / certificado SCEP) em um **único** Perfil de Configuração no Jamf Pro.
{% endhint %}

## Certificado Raiz do SCEPman

Como primeiro passo, você precisa implantar o certificado raiz do SCEPman. Baixe este certificado CA via painel do SCEPman:

![](/files/cf313e9fa5a35329854ab41a04ce4c4d7601bd4e)

Adicione um novo "Mobile Device Configuration Profile" e escolha "Certificate" como payload. Insira um nome significativo e carregue o certificado (em "Select Certificate Option", selecione "Upload"):

![](/files/78f5494dd1b170daa6b3b5015a9e1bada0c58e34)

## Certificado do Dispositivo

Adicione outro "Mobile Device Configuration Profile" e escolha "SCEP" como payload. Ative "Use the External Certificate Authority settings to enable Jamf Pro as SCEP proxy for this configuration profile" e insira as seguintes informações:

| Campo               | Descrição                                     | Valor/Exemplo                                |
| ------------------- | --------------------------------------------- | -------------------------------------------- |
| Nome                | Nome/finalidade                               | por exemplo, "Device Authentication"         |
| Redistribuir Perfil | Reimplanta o perfil para renovação            | por exemplo, "14 dias"                       |
| Assunto             | Assunto do certificado, adições são possíveis | CN=$JSSID,OU=devices,CN=$PROFILE\_IDENTIFIER |

Ajuste outras opções de acordo com as suas necessidades.

<figure><img src="/files/c9c63c6c25fb56837c35daa49d9e6c6ea0b812e7" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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/pt/gestao-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.
