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
3 changes: 2 additions & 1 deletion platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The agent connects to the following Smallstep hosts:
- Agent API: `control.infra.smallstep.com`
- Smallstep API: `gateway.smallstep.com`
- TPM Attestation CA: `att.smallstep.com`
- Telemetry: `tel.smallstep.com`

# Downloads

Expand Down Expand Up @@ -481,7 +482,7 @@ Replace `<team-slug>` and `<agents-ca-fingerprint>` with your Smallstep [team ID
2. On the device, navigate to the agent installation directory and obtain the device's TPM fingerprint:

```
cd 'C:\Program Files\Smallstep\SmallstepApp\'
cd 'C:\Program Files\Smallstep\SmallstepAgent\'
.\smallstep-agent.exe tpm --fingerprint
```

Expand Down
8 changes: 4 additions & 4 deletions platform/troubleshooting-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The Smallstep Agent includes a `doctor` command that performs automated health c

**On Windows:**
```powershell
& 'C:\Program Files\Smallstep\SmallstepApp\smallstep-agent.exe' doctor
& 'C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe' doctor
```

**On Linux:**
Expand Down Expand Up @@ -542,10 +542,10 @@ Quick reference for platform-specific commands and file locations.
| Task | Command or Location |
|------|---------------------|
| Check if agent is running | Task Manager → search for `Smallstep` |
| Check agent version | `& "C:\Program Files\Smallstep\SmallstepApp\smallstep-agent.exe" version` |
| Run doctor | `& "C:\Program Files\Smallstep\SmallstepApp\smallstep-agent.exe" doctor` |
| Check agent version | `& "C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe" version` |
| Run doctor | `& "C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe" doctor` |
| Certificate location | Windows Certificate Store (`certmgr.msc` for Current User, `certlm.msc` for Local Machine) |
| Collect logs | `& "C:\Program Files\Smallstep\SmallstepApp\smallstep-agent.exe" logs collect` |
| Collect logs | `& "C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe" logs collect` |

### Linux

Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-fleet-dm-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Client requirements:
*.[team-name].ca.smallstep.com
auth.smallstep.com
att.smallstep.com
tel.smallstep.com
```

Supported platforms:
Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-intune-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Client requirements:
*.[team-name].ca.smallstep.com
auth.smallstep.com
att.smallstep.com
tel.smallstep.com
```
- Windows 10 (Anniversary Edition) or higher is supported. Windows Home is not supported.

Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-iru-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Client requirements:
*.[team-name].ca.smallstep.com
auth.smallstep.com
att.smallstep.com
tel.smallstep.com
```

Limitations:
Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-jamf-pro-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Client requirements:
*.[team-name].ca.smallstep.com
auth.smallstep.com
att.smallstep.com
tel.smallstep.com
```

Limitations:
Expand Down
1 change: 1 addition & 0 deletions tutorials/connect-mosyle-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Client requirements:
*.[team-name].ca.smallstep.com
auth.smallstep.com
att.smallstep.com
tel.smallstep.com
```

Limitations:
Expand Down
Loading