Monday, May 23, 2016

How to implement SSL for SCCM 2012 Application Catalog site(AppStore)

How to implement SSL for SCCM 2012 Application Catalog site(AppStore)

I have implemented a Self Service Portal using Configuration Manager Application Catalog for software and applications. The Application Catalog is the user’s gateway to the available applications that they can install and Software Center helps the user track the status of available and required software. It was installed as http site initially but to meet the corporate security requirement, I have implemented SSL without using PKI infrastructure.

For SSL implementation, Used self-signed Root CA certificate. You can use PKI, self-signed or 3rd part certificates for this. You can also create DNS alias for the site well.

Here are steps to achieve this….

Log in to the server where Application Catalog roles are installed.

IIS configuration

RunàInetmgr

Select the site where you have configured Application catalog.


Configure Binding for SSL



Redirect Rule for DNS FQDN Select HTTP Redirect



Your App Catalog website is now SSL enabled.

For More information on Application Catalogue please check this.









No comments:

Post a Comment