Follow my guide here: http://www.sembee.co.uk/ar
It goes through the entire process.
-M
Main Topics
Browse All TopicsHello,
Last year when we first set up our Exchnage Server we used a single domain Cert. "mail.company.com"
Its up for renewal soon and are going to purchase a proper one - for autodiscover to work correctly etc..
Could someone please help me to produce the certificate request file detailing which domains we need to include for it to work perfectly?
-Many thanks!
Craig
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Follow my guide here: http://www.sembee.co.uk/ar
It goes through the entire process.
-M
Try this lilnk, this is easier , for creating CSR.
http://www.digicert.com/cs
Exchange 2007 Certificates
Exchange 2007 uses certificates for all sorts of things; with Exchange 2003 we were only concerned with Outlook Web Access, Outlook Mobile access and direct push email. Now the certificate does all manner of things internally. So if you change the certificate so that it has an "Issued To" name that resolved on the internet like webmail.yourdomain.com for example and you internally the server is called exchange.yourdomain.local things will break.
So you need to server to be able to respond to multiple names, which it cant do ordinarily. So to get round this problem you need to do the following.
As before
The Issued to part of the certificate still needs to resolve to your public address webmail.yourdomain.com for example,
Your clients still need to trust the Authority that issued the certificate.
But now
You can enter multiple names for your INTERTNAL addresses i.e. Exchange1 and exchange1.yourdomain.local
To view them on your existing Exchange server go to Outlook Web access View the certificate details > Scroll down > Subject Alternative names are near the bottom.
To see what you have allready
Start > All Programs > Microsoft Exchang eServer 2007 > Exchange Management console > get-exchangecertificate {Enter}
To Generate a request for a new one....
This site will generate the code for you https://www.digicert.com/e
New-ExchangeCertificate -GenerateRequest -Path c:\petenetlivecert.csr -KeySize 1024 -SubjectName "c=GB, s=Tesside, l=Middlesbrough, o=PeteNetLive, ou=Petes Server, cn=https://mail.petenetliv
Open c:\petenetlivecert.csr in notepad and copy the contents to the clipboard.
Open a web page and go to https://ip of your ca/certserv
Request a certificate > advanced Certificate Request
Submit a certificate request by using a base 64.....
Paste in the text from c:\mail_petenetlive_com.cs
Download certificate > Save > Name it something simple like petenetlive.cer > Save it to the root of the C drive.
Import the certificate
Import-ExchangeCertificate
Note: At this point Copy the thumbprint number to the clipboard (i.e. 9292D650DFFD7E055145E5CA5A
Enable the Certificate
Enable-ExchangeCertificate
Enter the Thumbprint of your certificate (i.e. 9292D650DFFD7E055145E5CA5A
Select Yes To Overwrite
--------------------------
To Delete a Certificate
Remove-ExchangeCertificate
Then Yes to Confirm
Manu - both links you have supplied are not suitable for Exchange 2007. Do you even know how Exchange 2007 manages SSL certificates?
If you use IIS manager to create and install the certificate it will not be accepted by Exchange. Furthermore, IIS cannot generate the request for the additional names that are required by Exchange 2007.
-M
Business Accounts
Answer for Membership
by: manu4uPosted on 2009-01-27 at 02:49:39ID: 23475084
Please follow the below link and select Microsoft IIS , the version 6.0 or 7.0
l-certific ate-suppor t/install- ssl- certif icate/inde x.htm
http://www.rapidssl.com/ss
Hope that helps.
Manu