Skip to content

Commit 8508422

Browse files
authored
Merge pull request #458 from smallstep/josh/remove-jamf-macos-bootstrap-step
Remove references to agent bootstrap script from Jamf docs.
2 parents f5cf8e9 + 18afb1d commit 8508422

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

tutorials/connect-jamf-pro-to-smallstep.mdx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,25 +104,6 @@ In this step, you’ll upload the Smallstep agent package to Jamf Pro’s softwa
104104
- Filename: (upload from step #1)
105105
5. Choose **Save**
106106

107-
#### Create an Agent Bootstrap Script
108-
109-
This step will install a script on your client devices that bootstraps the connection between your devices and Smallstep.
110-
111-
1. In Jamf Pro, choose ⚙️ **Settings**
112-
2. Under the **Computer Management** tab, Choose **Scripts**
113-
3. Add a new Script:
114-
- In the **General tab**, for **Display Name**: `Smallstep Agent Install`
115-
- In the Script tab:
116-
- Mode: `Shell/Bash`
117-
- Content:
118-
119-
```console
120-
launchctl stop com.smallstep.launchd.Agent
121-
/Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent svc install
122-
```
123-
124-
4. Choose **Save**
125-
126107
#### Create an Agent Installation Policy
127108

128109
Next, we’ll configure the Script we just created to run on your client devices.
@@ -142,9 +123,7 @@ Next, we’ll configure the Script we just created to run on your client devices
142123
- Choose the **Smallstep Agent** package you created earlier
143124
- Distribution Point: (choose desired distribution point)
144125
- Action: Install
145-
3. Under Options → Scripts → Configure
146-
- Add the **Smallstep Agent Install** script you created earlier
147-
4. Under Scope, select your desired policy scope. The agent will be installed on all devices in this scope.
126+
3. Under Scope, select your desired policy scope. The agent will be installed on all devices in this scope.
148127
4. Choose **Save**
149128

150129
#### Configure an Agent Enrollment Profile

0 commit comments

Comments
 (0)