CreateSSLCertificateBinding
I am looking at the documentation of this API http://msdn.microsoft.com/en-us/library/bb630599(SQL.105).aspx So if my admin gives me a binary file of the certificate... how do I pass that into this API to configure SSL on my SSRS 2008 R2 box?MSDNStudent Knows not much!
April 30th, 2012 9:22am

Hi MSDN Student, If I have not misunderstood, your concern here is how to pass the Certificate into the CreateSSLCertificateBinding method. Generally, we need import the certificate into the SSRS server first, and then pass the certificate hash into the parameter CertificateHash as described here:http://ruiromanoblog.wordpress.com/category/powershell/ Thanks, Lola TechNet Community Support Please remember to mark the replies as answers if they help.
Free Windows Admin Tool Kit Click here and download it now
May 1st, 2012 10:46pm

Hi Loga. I was referring the http://ruiromanoblog.wordpress.com/category/powershell/ and trying to Configure reporting service SSL binding . But i face the following error. Could you please help. Config-SSRSSystemConfiguration : A Secure Sockets Layer (SSL) certificate is not configured on the Web site. At C:\Users\scm.admin\Desktop\test.ps1:91 char:31 + Config-SSRSSystemConfiguration <<<< "https://2K8SCMCOLL.testdom.local:443" $certHash 443 + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Config-SSRSSystemConfiguration Config-SSRSSystemConfiguration : A Secure Sockets Layer (SSL) certificate is not configured on the Web site. At C:\Users\scm.admin\Desktop\test.ps1:91 char:31 + Config-SSRSSystemConfiguration <<<< "https://2K8SCMCOLL.testdom.local:443" $certHash 443 + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Config-SSRSSystemConfiguration
July 23rd, 2012 4:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics