Exchange 2010 generate SSL-certficate request
1 Generate the Request in Powershell (Two Lines of code, -path does not work like we used in Exchange 2007) $data = New-ExchangeCertificate -GenerateRequest -SubjectName “c=CH, S=BL, L=Aesch, o=Butsch Informatik, cn=rogue.computerladen.ch” -DomainName rogue.computerladen.ch -PrivateKeyExportable:$True set-content -Path c:\edv\computerladen.ch.req -value $data 2 Send your ISP the File computerladen.ch.req (textfile). ISP or Comodo, Verisign, Thawtee and order the IIS7, 1024BIT, […]