How to implement certificate chains? what is the importance / function?

3

I created a local application in VS and when uploading on the server the application was not all the resources of the local application, in the application I am using X.509 and found a difference when listing the CA:

//X509Store store = new X509Store("My");
    X509Store store = new X509Store("CA");

whenIstartedlookingfordifferences,Isawthatthecertificatechainsthatweregoingtobeusedintheapplicationwerenotontheserverandwhentryingtotalktotheadministrationstaffofthatservertheycouldnotexplainorgivemeasolutiontotheproblem./p>

Hasanyoneevergottentoworkwithserverwithcertificatechains(ICP)?Whatwasthebestsolution?

link 1

link

link

    
asked by anonymous 06.11.2015 / 17:26

0 answers