# Computers

Please follow this guide to distribute certificates to computers (macOS). Before deploying the first certificates via Jamf Pro, follow the [general steps for Jamf Pro](/certificate-management/jamf/general.md) first.

{% hint style="success" %}
We strongly recommend configuring all use-case relevant certificate payloads (trusted certificate / SCEP certificate) in a **single** Configuration Profile in Jamf Pro.
{% endhint %}

## SCEPman Root Certificate

As first step you need to deploy SCEPman root certificate. Download this CA certificate via SCEPman dashboard:

![](/files/EfcGLtpCiY5X1RgElPgt)

Add a new "macOS Configuration Profile" and choose "Certificate" as payload. Enter a meaningful name, upload the certificate (for"Select Certificate Option" select "Upload)" and activate "Allow all apps access":

![](/files/-M_MT6s85rWxxt91Ewvt)

Distribute that profile to all clients that should get SCEP certificates later.

## Machine Certificate

Please add another "macOS Configuration Profile" and choose "SCEP" as payload. Activate "Use the External Certificate Authority settings to enable Jamf Pro as SCEP proxy for this configuration profile" and enter the following information:

| Field                      | Description                                     | Value/Example                                  |
| -------------------------- | ----------------------------------------------- | ---------------------------------------------- |
| Name                       | Name/purpose                                    | e.g. "Device Authentication"                   |
| Redistribute Profile       | Re-deploys profile for renewal                  | e.g. "14 days"                                 |
| Subject                    | Subject for certificate, additions are possible | CN=$JSSID,OU=computers,CN=$PROFILE\_IDENTIFIER |
| Allow export from keychain | Controls whether the private key is exportable  | No                                             |
| Allow all apps access      | Controls access to the SCEP certificate         | Yes                                            |

Please adjust other options to your needs.

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

## Output on the Client

Besides reporting on Jamf Pro, you can easily verify the distribution of SCEPman Root Certificate and Device Certificate via "Keychain Access" on the desired client (under "System"):

![SCEPman Root Certificate](/files/-Ma-f_1miOy6oDptbhSj)

![Device Certificate](/files/-Ma-fNiksiwrx_UX9K1I)


---

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