Skip to content
Draft
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
18 changes: 7 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,23 +113,19 @@
]
},
{
"title": "Smallstep for WPA-Enterprise Wi-Fi",
"title": "Protect",
"routes": [
{
"title": "Set up Wi-Fi Access Points for EAP-TLS",
"path": "/tutorials/wifi-setup-guide.mdx"
"title": "Wireless Networks",
"path": "/tutorials/protect-wireless-networks.mdx"
},
{
"title": "Deploy EAP-TLS Wi-Fi with Intune",
"path": "/tutorials/intune-mdm-setup-guide.mdx"
"title": "Wired Networks",
"path": "/tutorials/protect-wired-networks.mdx"
},
{
"title": "Deploy EAP-TLS Wi-Fi with Jamf Pro",
"path": "/tutorials/apple-mdm-jamf-setup-guide.mdx"
},
{
"title": "Wi-Fi Authentication Webhooks",
"path": "/tutorials/wifi-authentication-webhooks.mdx"
"title": "SSH for GitHub",
"path": "/tutorials/protect-github-ssh.mdx"
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions platform/core-concepts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: February 03, 2026
updated_at: July 08, 2026
title: Core Concepts
html_title: Platform Core Security Concepts Explained
description: Fundamental concepts of device identity platform. Understand trust models, attestation, and certificate lifecycle management.
Expand Down Expand Up @@ -285,9 +285,9 @@ Other variants of this pattern exist, in which the resource is configured to enf

Examples

- Wi-Fi, using WPA3 Enterprise EAP-TLS
- Ethernet, using 802.1X
- GitHub Enterprise repositories, using an [SSH Certificate Authority](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)
- [Wi-Fi, using WPA3 Enterprise EAP-TLS](../tutorials/protect-wireless-networks.mdx)
- [Ethernet, using 802.1X](../tutorials/protect-wired-networks.mdx)
- [GitHub Enterprise repositories](../tutorials/protect-github-ssh.mdx), using an [SSH Certificate Authority](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities)
- AWS API, using [AWS IAM Roles Anywhere](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/introduction.html)
- Passkeys with Enterprise Attestation. An extension to the Passkey protocol, supported on managed Apple devices, adds certificate-based authentication to a Passkey authentication flow. This approach seems promising for SaaS and internal web applications.

Expand Down
10 changes: 9 additions & 1 deletion platform/smallstep-api.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: February 03, 2026
updated_at: July 08, 2026
title: Smallstep API
html_title: Platform API Reference Documentation Guide
description: Complete API reference for managing devices, certificates, and PKI programmatically. Integrate Smallstep into your security workflows.
Expand Down Expand Up @@ -33,3 +33,11 @@ You can get an API token in two ways:

You can import devices from any source into Smallstep using our API.
See [Build Your Inventory](./enrollment-guide.mdx) for details.

### Example: Protect resources via the API

For end-to-end guides that use the API to configure credentials, RADIUS, and protected resources, see:

- [Protect Wireless Networks](../tutorials/protect-wireless-networks.mdx)
- [Protect Wired Networks](../tutorials/protect-wired-networks.mdx)
- [Protect GitHub with SSH Certificates](../tutorials/protect-github-ssh.mdx)
133 changes: 0 additions & 133 deletions tutorials/apple-mdm-jamf-setup-guide.mdx

This file was deleted.

Loading
Loading