Link to home
Start Free TrialLog in
Avatar of mxrider_420
mxrider_420

asked on

Exchange 2007 no SSL

Hi,

We run a proxy with varnish and stunnel and are curious to see if it is possible to use a wildcard certificate on stunnel to encrypt the OWA and then leave all otehr SSL off on the IIS server. So we will have the wildcard for the OWA and no certificate beyond that?

thanks
ASKER CERTIFIED SOLUTION
Avatar of Matt V
Matt V
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mxrider_420
mxrider_420

ASKER

please clairify your last comment.

im justa  bit confused where you said " the IIS sites are not bound to 443, they will not respond or be usable with the cert."

so basically im torn between a UCC and wildcard certificate and cant make up my mind (ps. we dont use POP or IMAP)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great, thanks for the help.

so does this proceedure look correct to complete this question:

New-ExchangeCertificate -GenerateRequest -Path c:\webmail_domain_com.csr -KeySize 2048 -SubjectName "c=CA, s=Ontario, l=Toronto, o=ourcompany, ou=IT, cn=webmail.domain.com" -DomainName Webmail.domain.com, www.webmaail.domain.com, Mail.domain.local, domain.local, domain.com, Autodiscover.domain.com, Mail -PrivateKeyExportable $True
I'm not versed on the actual powershell command, but the domain prefixes look to be correct.
Power Shell commands needed. thanks