Knowledgebase

Why does OWA still use the old certificate even if it was changed?  Print this Article

Usually it happens when the SSL is installed using Exchange Management Shell. There is no ability to specify the certificate to use. To choose the SSL, you have to use the IIS Manager.

IIS 6

  • Right click on the site which contains OWA folder.
  • Click Properties.
  • Click Directory Security tab.
  • Under Secure communications section click Server Certificate.
  • Enter Web Server Certificate Wizard
  • Click Next.
  • Click Replace.
  • Now select the new SSL product from the list and click Next.
  • Check the details and click Next.
  • Click Finish to exit the wizard.

IIS 7

  • Find the site which houses OWA folder. The center of window should display the name of website.
  • Select Bindings under the Edit Site menu.
  • Web Site Bindings
  • Click https option and click the Edit button on the right.
  • In SSL section choose from drop-down menu the new certificate.
  • Click OK to complete the Installation. Double click on OWA to see if it is correct.

Was this answer helpful?

Related Articles

Java Keytool: commands
Deleting a certificate:  keytool -delete -alias aliasname List all of the...
How do I make my own bundle file from CRT files?
You may do this using you favorite text editor or by using the command line.Example: #...
Convert certificates formats (PEM/P7B/PFX/DER)
You can change certificate format using OpenSSL commands or SSL Converter tool. The...
Changing .crt file into the .cer format
Double-click on the yourwebsite.crt file to open it into the certificate display. In a new...
Converting .pfx file for use with Apache
Run the following command with open SSL:  openssl pkcs12 -in mypfxfile.pfx -out...