Option 1: Using Linux to Download an Installer Package

Jamf PKI Proxy Installation and Configuration Guide

Solution
Application
Content Type
Technical Documentation
Utilities & Services
Jamf PKI Proxy
ft:locale
en-US

Execute the following commands for your platform to download an installer package:
Red Hat Enterprise Linux
rpm --import https://archive.services.jamfcloud.com/gpg-public-key.asc
yum-config-manager --add-repo=https://archive.services.jamfcloud.com/rpm/
yum install jamf-pki-proxy
Ubuntu
$wget -qO - https://archive.services.jamfcloud.com/gpg-public-key.asc | sudo apt-key add -
$sudo add-apt-repository 'deb https://archive.services.jamfcloud.com/deb stable main'
$sudo apt update
$sudo apt install jamf-pki-proxy