Zulan -> RE: Web listener with GODADDY certificate (19.May2008 3:37:22 PM)
|
Hello FrancisO, first of all, I havent used godaddy so I cant say if it's a specific problem with godaddy.com. Second, it took me 3 full working days to get this ISA 2006 - Exchange 2007 certificate problem solved. Since it was alot of trial and error its very hard to say exactly how I did and as im sure you understand, im not really happy about redoing it. But if you can describe your exact problem, I might have experianced it and I would happily share my experiance. If the problem is that you can't export the certs private key since its grayed out, then Ive already said the solution to that, but I'll do it more in detail. When you generate the certificate request in exchange management shell you need to add the switch privatekeyexportable or it wont be able to export the key later on. That was my problem and the reason why I couldnt export the private keys. Heres the exact line I used to create a working certificate request: New-ExchangeCertificate -GenerateRequest -Path c:\owa_zulan_se.csr -KeySize 1024 -SubjectName "c=SE, s=, l=Malmö, o=Zulan.se, cn=owa.zulan.se" -DomainName owa.zulan.se, autodiscover.zulan.se, smtp.zulan.se, zulan.local, exchange.zulan.local, exchange -PrivateKeyExportable $True I got my free cert from cacert.org
|
|
|
|