Skip to content

Commit 4135780

Browse files
authored
Merge pull request #495 from smallstep/carl/link-fixes
Carl/link fixes
2 parents 2d40f5a + e8e82dc commit 4135780

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.vale/styles/config/vocabularies/Smallstep/accept.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ PII
172172
PIV
173173
PKCE
174174
PKCS
175+
PKG
176+
PKGs
175177
PKI
176178
PKIX
177179
POLP

step-ca/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ You can see all the configuration options at https://hub.helm.sh/charts/smallste
270270

271271
[autocert]: https://github.com/smallstep/autocert
272272

273-
### Docker
273+
### Docker
274274

275275
We publish [docker images](https://hub.docker.com/r/smallstep/step-ca) for easy container installation.
276276

tutorials/connect-mosyle-to-smallstep.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ After connecting Mosyle to Smallstep, you'll find all the certificate details yo
8080
2. Click on your Mosyle connection
8181
3. From this page, you can:
8282
- Download the **Root Certificate** file
83-
- Copy the **SCEP URL** (e.g., `https://agents.example.ca.smallstep.com/scep/integration-mosyle-abc123`)
83+
- Copy the **SCEP URL** (for example, `https://agents.example.ca.smallstep.com/scep/integration-mosyle-abc123`)
8484
- Copy the **SCEP Challenge** value
8585

8686
Keep this page open or save these values temporarily—you'll need them for the Mosyle configuration steps below.
@@ -169,7 +169,7 @@ The Smallstep Agent requires configuration settings to connect to your Smallstep
169169
<key>PayloadIdentifier</key>
170170
<string>com.smallstep.Agent.config</string>
171171
<key>PayloadUUID</key>
172-
<string>YOUR-UNIQUE-UUID-HERE</string>
172+
<string>D0693F64-2ECC-4B93-AEBD-957B032F99ED</string>
173173
<key>PayloadVersion</key>
174174
<integer>1</integer>
175175
<key>TeamSlug</key>
@@ -185,14 +185,14 @@ The Smallstep Agent requires configuration settings to connect to your Smallstep
185185
<key>PayloadType</key>
186186
<string>Configuration</string>
187187
<key>PayloadUUID</key>
188-
<string>YOUR-PROFILE-UUID-HERE</string>
188+
<string>5DC6AFA3-F2C8-48DC-8448-5BE3D8EAAEA8</string>
189189
<key>PayloadVersion</key>
190190
<integer>1</integer>
191191
</dict>
192192
</plist>
193193
```
194194

195-
Replace `YOUR-TEAM-SLUG` with your actual team slug from Smallstep, and generate unique UUIDs for the `PayloadUUID` fields (you can use `uuidgen` on macOS).
195+
Replace `YOUR-TEAM-SLUG` with your actual team slug from Smallstep.
196196

197197
8. Configure the profile:
198198
- Profile Name: `Smallstep Agent Configuration`

0 commit comments

Comments
 (0)