Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional requirements for Jamf/agent and VPN flows #379

Merged
merged 1 commit into from
Feb 3, 2025
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
19 changes: 18 additions & 1 deletion tutorials/connect-jamf-pro-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,31 @@ Smallstep can integrate with Jamf Pro to synchronize your device inventory, and

This document also contains [uninstall instructions](#uninstall-smallstep-agent-with-jamf-pro).

# Prerequisites
# Requirements & Limitations

You will need:

- A [Smallstep team](https://smallstep.com/signup) with Pro features enabled
- A [Jamf Pro](https://www.jamf.com/products/jamf-pro/) tenant
- A [package distribution point](https://learn.jamf.com/en-US/bundle/jamf-pro-install-guide-linux-current/page/About_Distribution_Points.html) configured in Jamf Pro

Client requirements:

- The agent will need to reach the following domains:
```
smallstep.com
api.smallstep.com
gateway.smallstep.com
control.infra.smallstep.com
*.[team-name].ca.smallstep.com
auth.smallstep.com
```

Limitations:

- For VPN configurations, only IPSec VPNs are currently supported.
- “Always-on VPN” or device-wide VPNs are not yet supported in Smallstep-managed configurations.

# Step-by-step instructions

### Create an API Client in Jamf Pro
Expand Down
2 changes: 2 additions & 0 deletions tutorials/vpn-setup-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: This tutorial describes how to configure Smallstep with VPN servers
This tutorial describes how to configure your VPN server for certificate-based authentication with Smallstep.
The Smallstep app can then configure and issue certificates to your clients.

Smallstep's agent software is currently only able to manage IPSec VPN connections.

# Overview of Setup Steps

While the details will differ between VPNs, the process of configuring a VPN server
Expand Down