Posted on 05-20-2015 08:03 AM
We've recently changed our URL for our JSS from a .local address to a .net to enable us to use a third party cert for our external JSS.
However, as part of this the URI for the PKI is not available externally. To enrol externally it needs the CA Authority cert which it can't access so the enrol fails.
I'm trying to look at ways to edit the QuickAdd with a preflight and:
jamfremoveFramework
Then install the CA (CN=CompanyName (London) JSS Built-in Certificate Authority.pem
Has anyone else had any luck with this, or any ideas on how to make this better?
Cheers
Jonny
Solved! Go to Solution.
Posted on 05-20-2015 08:29 AM
I would probably use a tool like Packages with the following:
jamf removeFramework
, uses the security command line tool to install the .pem and then the installer command to install the quickadd.If this doesn't make any sense at all let me know and I'll put some more specific instructions. This is just the high level approach.
Hope it's of help.
Posted on 05-20-2015 09:56 AM
Nice little writeup here as well GETTING MORE OUT OF A QUICKADD PACKAGE
Posted on 05-20-2015 08:29 AM
I would probably use a tool like Packages with the following:
jamf removeFramework
, uses the security command line tool to install the .pem and then the installer command to install the quickadd.If this doesn't make any sense at all let me know and I'll put some more specific instructions. This is just the high level approach.
Hope it's of help.
Posted on 05-20-2015 09:56 AM
Nice little writeup here as well GETTING MORE OUT OF A QUICKADD PACKAGE