Thursday 20 February 2014

Register the twitter certificate with sharepoint 2010

$root = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("C:\Maintenance_Sarah\VeriSignForTwitter.cer")
New-SPTrustedRootAuthority -Name "VeriSignForTwitter.cer" -Certificate $root

SharePoint 2010 and Cert Trust – Could not establish trust relationship for the SSL/TLS secure channel


No comments:

Post a Comment