1. Use powershell from an Exchange 2007 box to generate a certificate request (all on one line and replace italics with your details): New-ExchangeCertificate -GenerateRequest:$true -Path C:\ NewCert.req -DomainName fqdn1.domain.tld,fqdn1,fqdn2.domain.tld,fqdn2
Read More...