Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vale/styles/config/vocabularies/Smallstep/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ PII
PIV
PKCE
PKCS
PKG
PKGs
PKI
PKIX
POLP
Expand Down
2 changes: 1 addition & 1 deletion step-ca/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ You can see all the configuration options at https://hub.helm.sh/charts/smallste

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

### Docker
### Docker

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

Expand Down
8 changes: 4 additions & 4 deletions tutorials/connect-mosyle-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ After connecting Mosyle to Smallstep, you'll find all the certificate details yo
2. Click on your Mosyle connection
3. From this page, you can:
- Download the **Root Certificate** file
- Copy the **SCEP URL** (e.g., `https://agents.example.ca.smallstep.com/scep/integration-mosyle-abc123`)
- Copy the **SCEP URL** (for example, `https://agents.example.ca.smallstep.com/scep/integration-mosyle-abc123`)
- Copy the **SCEP Challenge** value

Keep this page open or save these values temporarily—you'll need them for the Mosyle configuration steps below.
Expand Down Expand Up @@ -169,7 +169,7 @@ The Smallstep Agent requires configuration settings to connect to your Smallstep
<key>PayloadIdentifier</key>
<string>com.smallstep.Agent.config</string>
<key>PayloadUUID</key>
<string>YOUR-UNIQUE-UUID-HERE</string>
<string>D0693F64-2ECC-4B93-AEBD-957B032F99ED</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TeamSlug</key>
Expand All @@ -185,14 +185,14 @@ The Smallstep Agent requires configuration settings to connect to your Smallstep
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>YOUR-PROFILE-UUID-HERE</string>
<string>5DC6AFA3-F2C8-48DC-8448-5BE3D8EAAEA8</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
```

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).
Replace `YOUR-TEAM-SLUG` with your actual team slug from Smallstep.

8. Configure the profile:
- Profile Name: `Smallstep Agent Configuration`
Expand Down