> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/pt/implementacao-de-perfis/jamf-pro/server-trust.md).

# Confiança no servidor

{% hint style="info" %}
Isto só é necessário se estiver a utilizar um certificado de servidor RADIUS que foi emitido por uma CA em que os seus clientes ainda não confiam. Por exemplo, isto não é necessário se estiver a trazer o seu próprio certificado de servidor emitido pela SCEPman.
{% endhint %}

### Parte 1: Transferir o Certificado do Servidor RADIUS

Quando [a transferir](/pt/portal-de-administracao/settings/settings-server.md#download) o certificado do servidor, use apenas o certificado marcado a verde. Isto irá transferir o certificado da CA raiz da CA emissora.

<figure><img src="/files/0996a2cd2ec7ef6516ee50c427897d6caff3a3a7" alt=""><figcaption><p>Exibindo download da CA raiz</p></figcaption></figure>

### Parte 2: Confiar no certificado do servidor

1. Inicie sessão na sua instância do Jamf Pro.
2. Escolha o âmbito de implementação correto (Computadores, Dispositivos ou Utilizadores). Neste exemplo, escolhemos um dispositivo macOS (Computadores).
3. Navegue até um Perfil de Configuração existente ou crie um novo e dê ao perfil um nome significativo, por exemplo, "Corp-WiFi-802.1X".
4. Adicione um **Certificate** payload
5. Forneça um **Nome do certificado**, por exemplo, "RADIUSaaS Server Root CA"
6. Em **Selecionar opção de certificado** selecione **Carregue**
7. Carregue o ficheiro \*.cer que contém o certificado que transferiu na Parte 1. Não é necessária uma palavra-passe, uma vez que o ficheiro contém apenas a parte da chave pública, que é a que precisa de ser carregada.
8. Selecione **Permitir acesso a todas as aplicações**
9. Desmarcar **Permitir exportação a partir do porta-chaves**
10. Clique em **Guardar**
11. Em **Âmbito** atribua o perfil ao público relevante

<figure><img src="/files/97f145ee8b83d65db8a5a3c56401c1d940742ab3" 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.radiusaas.com/pt/implementacao-de-perfis/jamf-pro/server-trust.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.
