> 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/google-workspace/perfil-wifi.md).

# Perfil WiFi

{% hint style="warning" %}
Recomendamos fortemente que **não use quaisquer espaços** ou **caracteres especiais** no seu **SSID**.
{% endhint %}

Para configurar um perfil de WiFi no Google Workspaces para os seus Chromebooks, siga estas instruções:

1. Na sua Google **consola de administração** (em admin.google.com)  > Aceda a **Menu** > **Dispositivos** > **Rede** > **Criar uma rede Wi‑Fi**.
2. Na **acesso à plataforma** secção, marque a caixa para **Ativado para Chromebooks (por dispositivo)**.
3. Na **Detalhes** secção, defina o seguinte:

| Detalhes                                                            | Valor                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nome**                                                            | O nome da sua WiFi (recomendamos que corresponda ao SSID).                                                                                                                                                                                                                                                                                                                                                                                        |
| **SSID**                                                            | O seu SSID.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Ligar automaticamente**                                           | Ative a caixa de verificação.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Tipo de segurança**                                               | **WPA/WPA2/WPA3 Enterprise (802.1X)**                                                                                                                                                                                                                                                                                                                                                                                                             |
| **Extensible Authentication Protocol**                              | **EAP-TLS**                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Versão máxima do TLS**                                            | **1.2**                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Nome de utilizador**                                              | Anónimo                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Autoridade de Certificação do Certificado do Servidor**           | Faça referência ao perfil de certificado que contém o seu [CA raiz do certificado do servidor RADIUS](/pt/implementacao-de-perfis/google-workspace/confianca-no-servidor.md).                                                                                                                                                                                                                                                                     |
| **Correspondência do sufixo de domínio do certificado do servidor** | <p>Adicione o</p><ul><li><strong>Subject Alternative Name (SAN)</strong></li><li>e <strong>Nome comum (CN)</strong></li></ul><p>do seu <em>ativo</em> RADIUS <a href="/pages/d3fa31c7eec353b66f8b270ebb659dfc2b04d7d4#server-certificates"><strong>Certificado do servidor.</strong></a> Estas propriedades podem ser encontradas expandindo o certificado ativo do servidor e copiando os valores relevantes. Veja a captura de ecrã abaixo.</p> |
| **perfil SCEP**                                                     | Faça referência ao seu [perfil de certificado SCEP](https://docs.scepman.com/certificate-deployment/static-certificates/google-workspace/chromeos#add-a-scep-profile).                                                                                                                                                                                                                                                                            |

<figure><img src="/files/ce7b8b79194396ccce3ff6752e6313c0937e6017" alt=""><figcaption><p>A mostrar <strong>Subject Alternative Name (SAN)</strong> e <strong>Nome comum (CN)</strong> </p></figcaption></figure>

4. Clique em **Guardar**.

<figure><img src="/files/581e99a0cbb03ad8c5c8011fc8fff99df3b93052" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5f19fb96ee9001dbcd32a87201810e28fc1798b4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/a8a9bc953dde3371c93e52e54016efa7936e8633" 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/google-workspace/perfil-wifi.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.
