Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for June 29th, 2009

Securing a Exchange 2007 Client Access server, with a signed certificates

Monday, June 29th, 2009 Posted in Exchange, Windows | No Comments »

Securing a Exchange 2007 Client Access server, with a signed certificates First to request a certificates start Exchange Management Shell Type this into the console: New-ExchangeCertificate -DomainName exchange01.domainname.local, webmail.domain.prefix -FriendlyName ”Microsoft Exchange" -GenerateRequest:$True -Keysize 2048 -path c:\certrequest.txt -privatekeyExportable:$true -subjectName "c=DK, o=organization name, CN=webmail.domain.prefix" Change ...