Skip to content

Commit

Permalink
Additional requirements for Jamf/agent and VPN flows
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jan 28, 2025
1 parent e50fa41 commit 3e123f8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
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

0 comments on commit 3e123f8

Please sign in to comment.