Skip to content

Commit 393481d

Browse files
authored
Merge branch 'main' into joe/pre-91
2 parents a51a7e1 + 5cb8bd9 commit 393481d

7 files changed

Lines changed: 11 additions & 5 deletions

platform/smallstep-agent.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The agent connects to the following Smallstep hosts:
8585
- Agent API: `control.infra.smallstep.com`
8686
- Smallstep API: `gateway.smallstep.com`
8787
- TPM Attestation CA: `att.smallstep.com`
88+
- Telemetry: `tel.smallstep.com`
8889

8990
# Downloads
9091

@@ -481,7 +482,7 @@ Replace `<team-slug>` and `<agents-ca-fingerprint>` with your Smallstep [team ID
481482
2. On the device, navigate to the agent installation directory and obtain the device's TPM fingerprint:
482483
483484
```
484-
cd 'C:\Program Files\Smallstep\SmallstepApp\'
485+
cd 'C:\Program Files\Smallstep\SmallstepAgent\'
485486
.\smallstep-agent.exe tpm --fingerprint
486487
```
487488

platform/troubleshooting-agent.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The Smallstep Agent includes a `doctor` command that performs automated health c
144144

145145
**On Windows:**
146146
```powershell
147-
& 'C:\Program Files\Smallstep\SmallstepApp\smallstep-agent.exe' doctor
147+
& 'C:\Program Files\Smallstep\SmallstepAgent\smallstep-agent.exe' doctor
148148
```
149149

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

550550
### Linux
551551

tutorials/connect-fleet-dm-to-smallstep.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Client requirements:
2828
*.[team-name].ca.smallstep.com
2929
auth.smallstep.com
3030
att.smallstep.com
31+
tel.smallstep.com
3132
```
3233

3334
Supported platforms:

tutorials/connect-intune-to-smallstep.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Client requirements:
3131
*.[team-name].ca.smallstep.com
3232
auth.smallstep.com
3333
att.smallstep.com
34+
tel.smallstep.com
3435
```
3536
- Windows 10 (Anniversary Edition) or higher is supported. Windows Home is not supported.
3637

tutorials/connect-iru-to-smallstep.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Client requirements:
2828
*.[team-name].ca.smallstep.com
2929
auth.smallstep.com
3030
att.smallstep.com
31+
tel.smallstep.com
3132
```
3233

3334
Limitations:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Client requirements:
2828
*.[team-name].ca.smallstep.com
2929
auth.smallstep.com
3030
att.smallstep.com
31+
tel.smallstep.com
3132
```
3233

3334
Limitations:

tutorials/connect-mosyle-to-smallstep.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Client requirements:
2727
*.[team-name].ca.smallstep.com
2828
auth.smallstep.com
2929
att.smallstep.com
30+
tel.smallstep.com
3031
```
3132

3233
Limitations:

0 commit comments

Comments
 (0)