This (link to) article explains the recommended security settings for Jamf Pro servers hosted on Jamf Cloud and on-premise. You must ensure that the Jamf Pro server and all supporting…
Generating an SSH Key Pair Step 1 ssh-keygen -t rsa Step 2, you should find this .pem file in the root of your user folder openssl genrsa -out key.pem 2048…
This is a fantastic resource for How to create an LDAPS Configuration with Jamf Pro. Link: How to create an LDAPS Configuration with Jamf Pro. - Rubyraccoon https://learn.microsoft.com/en-us/troubleshoot/windows-server/identity/enable-ldap-over-ssl-3rd-certification-authority Configuring Jamf…
Using OpenSSL to Create a Certificate Keystore for Tomcat Link: https://docs.jamf.com/technical-articles/Using_OpenSSL_to_Create_a_Certificate_Keystore_for_Tomcat.html Step 1: Creating a Public Certificate for Your Jamf Pro Server To create and configure a public certificate for…
https://github.com/boberito/jamfapi/blob/master/scriptdump.py Bob Gendler "boberito" writes: Create a folder in /Users/Shared called JAMFScripts. It'll download and dump them all in there. Or edit that line to point where ever you want.…