Screencast: How to Generate and Install Self-Signed Multiple Domain (UCC) SSL Certificate in Exchange 2010 ---------------------------------------------------------------------------------------------------------- #EMS Command to Generate new Self-signed multiple domain certificate New-ExchangeCertificate -SubjectName "c=US, o=NetoMeter, cn=mail.netometer.com" -DomainName mail.netometer.com, autodiscover.netometer.com -IncludeServerFQDN -IncludeServerNetBIOSname -PrivateKeyExportable $true -FriendlyName UCC-SelfSigned -Services none #Force Group Policy update on the local machine gpupdate /force #Force AD "push" replication - note, the /AeP switches are case sensitive repadmin /syncall /AeP