


We are going to need to modify certificate templates, so make sure you have appropriate permissions to do so (Domain Admin credentials should do the trick). Next, you are going to need to log into the domain-joined Windows server that will issue certificates for you, whether it’s a root or intermediate Certificate Authority. Take the certificate file and copy it to a Windows machine (I find that the certificate enrollment website doesn’t work very well on Linux browsers). The command will output a file to the location your Terminal session is currently located. openssl req -newkey rsa:2048 -nodes -keyout host.key -out host.csr -subj /CN=Ĭhange the part to match the FQDN of your particular Linux server.It will prompt you for the root password. You can gain root permissions by typing in the command “su” and hitting enter. On the Linux server open a terminal and make sure you have root permissions. We need to do a little certificate legwork in order to get things working smoothly.įirst, we are going to generate a certificate request on our Linux server, which can be submitted to a Windows Certificate Authority.
#SCCM FOR MAC CLIENT INSTALL#
In my environment my Linux server doesn't trust my Windows PKI and the Windows servers don’t trust the Linux server, so the agent isn't going to run correctly if we run the install command right now. I installed the Gnome GUI on my Linux server to make things a little easier on myself, but everything in this guide can be done from the command line only.Įven though the installation files are now on the Linux server we aren't ready to install the agent yet. In this case I just copied them to a folder on my desktop. The Red Hat Server I am using is running 64 bit RHEL 6, so I need to copy "ccm-RHEL6圆4.1.tar" and "install" to a location on that server. tar file that corresponds to your version of Red Hat Enterprise Linux When the extraction is complete you will have these files: Save them to a network share since you will need to copy them onto your Linux server. The next screen will let you determine where to save the files.
#SCCM FOR MAC CLIENT .EXE#
exe when it has finished downloading and accept the License Agreement. The one we are interested in is the "SC 2012 CM SP1 RTM client for RHEL.EXE". The first step is to download the agent installation files, which are not included in the SCCM SP1 installation files or the installation media. In this example we'll install the agent on Red Hat Enterprise Linux since it is an officially supported Linux distribution and is probably one of the more common flavors in enterprise environments.
#SCCM FOR MAC CLIENT MAC OS X#
SCCM 2012 SP1 now supports the management of various types of Linux, Unix, and Mac OS X operating systems, greatly expanding the capabilities of SCCM in a mixed environment.
