> 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/profile-deployment/jamf-pro/wired-profile.md).

# Wired Profile

To configure a Wired network profile in Jamf, please follow these instructions: configure all other options as per your requirements.

1. Log in to your Jamf Pro instance
2. Choose your correct deployment scope (Computers, Devices or Users). In this example, we have chosen a macOS device (Computers).
3. Navigate to the existing Configuration Profile from the previous step ([Trusted Root](/profile-deployment/jamf-pro/server-trust.md)).
4. As **Network Interface** select the relevant ethernet, e.g. **First Active Ethernet**
5. Under **Network Security Settings** and **Protocols** select **TLS**

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

6. Navigate to **Network Security Settings** **> Trust**
7. As **Identity Certificate** select the client authentication certificate you have configured in your SCEP payload of this Configuration Profile before. In case you are using SCEPman as CA, please select the SCEP Proxy you have previously set up during the [configuration](https://docs.scepman.com/certificate-deployment/jamf/general) of SCEPman.
8. Under **Trusted Certificates** all certificates you have configured as **Certificate** payloads, will appear here. Check them all.
9. Next, under **Trusted Server Certificate Names** add the&#x20;
   * **Subject Alternative Name (SAN)**
   * and **Common Name (CN)** \
     \
     of your *active* RADIUS [**Server Certificate**](/admin-portal/settings/settings-server.md#server-certificates). Those properties can be found by expanding the active server certificate and copying the relevant values. **Please consider, that the common name is case-sensitive.**

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

10. Unselect **Allow Trust Exceptions**
11. Configure all other options as per your requirements.
12. Click **Save**
13. Under **Scope** assign the profile to the relevant audience

<figure><img src="/files/gvLY5Qi5crWlAFPLOcej" 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/profile-deployment/jamf-pro/wired-profile.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.
