where to keep the Client certificate pfx file when moving to production server


hi all,

i have created ssis package extract xml data web page. client certificate (pfx file) used authenticate web site. located in folder on local machine.

once development done, going move production server.

this code in script task:   

x509certificate2 certificate = new x509certificate2(@"\\myfilesharing\clientcertificate\my_user_2013.pfx", "mypassword");

  when package moved production, can keep certificate file?

should deploy production server(certificate store)? if so, guess above code (c#) not work.please advice me on issue.

thanks



shamen

hi shamen,

in experience web accessing ssis packages (from server environment) work.

i not see problem keeping in file system answer question.

thing servers typically protected , going run package local account based proxy can set has access directory.


arthur my blog



SQL Server  >  SQL Server Integration Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........