Click here to Skip to main content
1,857 members
Articles / AFX / Windows 2008 R2
Article

How to Configure SSL Certificate for the Central Administration Web Site of SharePoint Server 2010

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
12 Apr 2012CPOL 6.1K  
In this article, I will explain how to install and configure self-signed SSL certificate for the central administration web site in SharePoint Server 2010. This procedure is also applicable for any other web applications for both SharePoint 2007 and SharePoint 2010.

Introduction

In this article, I will explain how to install and configure self-signed SSL certificate for the central administration web site in SharePoint Server 2010. This procedure is also applicable for any other web applications for both SharePoint 2007 and SharePoint 2010.

Follow the steps below to configure SSL certificate for central administration web site:

Create Self-Signed SSL Certificate

  1. Log into the web server by using the SharePoint Set up account.
  2. Open IIS Manager. Click on the IIS Server and then double click Server Certificates.
  3. Click Create Self-Signed Certificate link as shown in the figure below:

    Image 1

  4. Enter the name of the SSL certificate that you want to associate with the central administration web site.

    Image 2

  5. SSL certificate is created.

Bind Self-Signed SSL Certificate with the Central Administration Web Site

  1. Right-click Central Administration web site. On the context menu, click Edit Bindings.
  2. A windows dialogue box will appear.

    Image 3

  3. Click Add to create a new binding for central administration web site.
  4. On the Add Site Binding window, select https from the Type dropdown and select SSL certificate from SSL certificate dropdown. Click OK to save changes.

    Image 4

  5. Click Remove button to remove default http binding as shown in the figure below:

    Image 5

  6. Now we have only https binding left for the central administration web site.

    Image 6

Update SSL Settings for the Central Administration Web Site

  1. Select SharePoint Central Administration v4. Double-click SSL Settings to open SSL Settings page.

    Image 7

  2. Configure the following options and click Apply to save settings.
    • Require SSL (checked)
    • Require 128-bit SSL (checked)
    • Client certificate: Ignore (selected)

    Image 8

Execute STSADM Command to Update Registry Settings on the SharePoint Farm

  1. Open command prompt and execute the following statement:
    STSADM -o setadminport -port 443 -ssl

    Image 9

  2. Now open SharePoint Central Administration Website.

    Image 10

  3. As you see in the screenshot above, Internet Explorer is showing SSL certificate error. Now to browse to alternate access mapping page and specify fully qualified domain name for the central administration web site. i.e. ServerName.DomainName. Once the alternate access mapping settings are updated, close your browser and open the central administration web site again.

    Image 11

I do hope that you will find this article useful, when using SSL certificate for the SharePoint web applications. Please leave your valuable comments.

History

  • 25th April, 2010: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Version 1
Ireland Ireland
Adnan Ahmed is SharePoint Architect in Version 1(http://www.version1.com), the IT Consulting Company in Ireland and has involved with many large enterprises to help them realise real benefits of SharePoint 2007|2010.

SharePoint Architect | Blogger | IT Evangelist | MCPD SharePoint 2010 Developer| MCITP SharePoint Administrator 2010

Email: adnan.ahmed@live.ie
Owner: http://www.mossgurus.com
http://www.sp-blogs.com
Linked In Profile: http://www.linkedin.com/in/syedadnanahmed

My Blogs:
http://www.sp-blogs.com/blogs/adnan

Comments and Discussions

 
-- There are no messages in this forum --