Skip to content

Commit c4a4ab7

Browse files
committed
Update connect-iru-to-smallstep.mdx
1 parent 192188d commit c4a4ab7

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

tutorials/connect-iru-to-smallstep.mdx

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -133,41 +133,41 @@ The Smallstep Agent requires configuration settings to connect to your Smallstep
133133
5. Under **Assignment**, choose your desired Blueprint (should match the agent installation scope)
134134
6. In the **Settings** section, create a `.mobileconfig` file with the following content and upload it:
135135

136-
```xml
137-
<?xml version="1.0" encoding="UTF-8"?>
138-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
139-
<plist version="1.0">
140-
<dict>
141-
<key>PayloadContent</key>
142-
<array>
143-
<dict>
144-
<key>PayloadType</key>
145-
<string>com.smallstep.Agent</string>
146-
<key>PayloadIdentifier</key>
147-
<string>com.smallstep.Agent.config</string>
148-
<key>PayloadUUID</key>
149-
<string>D0693F64-2ECC-4B93-AEBD-957B032F99ED</string>
150-
<key>PayloadVersion</key>
151-
<integer>1</integer>
152-
<key>TeamSlug</key>
153-
<string>YOUR-TEAM-SLUG</string>
154-
<key>Certificate</key>
155-
<string>mackms:label=step-agent-bootstrap;se=false;tag=</string>
156-
</dict>
157-
</array>
158-
<key>PayloadDisplayName</key>
159-
<string>Smallstep Agent Configuration</string>
160-
<key>PayloadIdentifier</key>
161-
<string>com.smallstep.Agent.profile</string>
162-
<key>PayloadType</key>
163-
<string>Configuration</string>
164-
<key>PayloadUUID</key>
165-
<string>5DC6AFA3-F2C8-48DC-8448-5BE3D8EAAEA8</string>
166-
<key>PayloadVersion</key>
167-
<integer>1</integer>
168-
</dict>
169-
</plist>
170-
```
136+
```xml
137+
<?xml version="1.0" encoding="UTF-8"?>
138+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
139+
<plist version="1.0">
140+
<dict>
141+
<key>PayloadContent</key>
142+
<array>
143+
<dict>
144+
<key>PayloadType</key>
145+
<string>com.smallstep.Agent</string>
146+
<key>PayloadIdentifier</key>
147+
<string>com.smallstep.Agent.config</string>
148+
<key>PayloadUUID</key>
149+
<string>D0693F64-2ECC-4B93-AEBD-957B032F99ED</string>
150+
<key>PayloadVersion</key>
151+
<integer>1</integer>
152+
<key>TeamSlug</key>
153+
<string>YOUR-TEAM-SLUG</string>
154+
<key>Certificate</key>
155+
<string>mackms:label=step-agent-bootstrap;se=false;tag=</string>
156+
</dict>
157+
</array>
158+
<key>PayloadDisplayName</key>
159+
<string>Smallstep Agent Configuration</string>
160+
<key>PayloadIdentifier</key>
161+
<string>com.smallstep.Agent.profile</string>
162+
<key>PayloadType</key>
163+
<string>Configuration</string>
164+
<key>PayloadUUID</key>
165+
<string>5DC6AFA3-F2C8-48DC-8448-5BE3D8EAAEA8</string>
166+
<key>PayloadVersion</key>
167+
<integer>1</integer>
168+
</dict>
169+
</plist>
170+
```
171171

172172
Replace `YOUR-TEAM-SLUG` with your actual team slug from Smallstep.
173173

0 commit comments

Comments
 (0)