SSL Certificate Update - GoDaddy

SSL Certificate Update - GoDaddy

Importing a GoDaddy issued SSL certificate into IIS for secure connections

Typically, a certificate authority will provide multiple file formats that contain the required information needed to add the certificate to different applications.
IIS asks for a .pfx file for import.

GoDaddy typically issues .crt, .pem, .p7b for its verified certificates.
We can convert these into a .cer file, that will be accepted by IIS through a slightly different method.
This will allow the client to see their site as "Secure" and ensure an encrypted connection.

Open the certificates provided and determine which is the signed cert that needs to be used, if you double click the file you should see the client's outward facing web URL in the "Issued To:" field.
If you see "Issued To: Go Daddy Root Certificate Authority" , this is the wrong file. Confirm with client they sent THEIR signed certificate.

Certificate Import Wizard

Import the signed certificate into MMC by double clicking the file and clicking "Install Certificate..." in the bottom right corner. (Typically it is a .crt file)
      Local Machine >> Place all certificates in the following store >> Select "Personal" >> Finish

Open the certificate in MMC and export as .cer

      Win+R >> mmc.exe >> OK >> File >> Add/Remove Snap-in >> Certficates >> Add >> Computer account >> Next >> Local Computer >> Finish >>OK
Navigate to the folder "Personal" and find the certificate we just imported.
      Right click >> All Tasks... >> Export >> Next >> (Leave default selection, DER encoded .CER) Next >> (Name and save the file where it will be easily accessible for you to find) Next >> Finish

Add certificate to IIS site

Open IIS and navigate to Server Certificates under IIS



      Actions >> Complete Certificate Request...



Add the .cer file from the location you had saved it before
The "Friendly Name" does not matter, make it appropriate to the client. I recommend just using the client account name
Leave the certificate store as "Personal"
      >> OK

Add verified certificate to ContentCentral site

Open the site setting through the tree on the far left of IIS, then on the far right of the screen...
      Actions >> Bindings...
You may need to add a new Site Binding if this is the first time the site has been issued a certificate, otherwise edit the existing https binding.
----------
If adding new binding...
      Add
      Set type to be HTTPS, configure accordingly.
      Choose the SSL certificate we added earlier. The friendly name will be displayed.
      OK
----------
If editing existing https binding...
      Edit...
      Change the certificate to be the one we added earlier.
      OK
----------
Please test that you can now connect to the site and it is secured before letting client know the certificate has been added.




    • Related Articles

    • Steps to Update User Profile and Password, CCv7.0

      Login to Content Central using your Content Central Username and Password. Login to Content Central. Click ‘User Settings’ icon. Click ‘User Profile’ in the pop-up User Menu. In the Profile page, update your profile details. Click ‘Apply’. Password ...
    • Creating Field Rules set to Last Page or Specific Page

      This is for Field Rules to populate Fields with index values extracted from the Last Page or Specific Page other than the 1st Page.  A Document Layout must be created prior. The page with the index value must be captured prior.  A. Create a new Field ...
    • OAuth2, App Registration and API Permissions

      Steps for App Registration and Create Client Secret Log into https://portal.azure.com/ and navigate to Azure Active Directory. From the left menu, select App registrations. Click > +New registration above the application list.  Provide Application ...
    • Delete Temporary Internet Files

      Install the latest version of Internet Explorer 11. Or, update to the latest version of Internet Explorer 11.  Older versions of Internet Explorer (liek ID 9 or 10) are not support for Content Central v7.5 Document Management System. In the IE 11 ...
    • Duplicate Values in Content Central

      Duplicate Values in Content Central During the capture or commit process, a field value can be checked to see if there is a duplicate value. Further, the duplicate value can be limitted or dependent on another field. Steps:  Login as Admin or member ...