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
Post a Comment