Surendra Sharma

Surendra Sharma

Search This Blog

Showing posts with label SAMS certificate. Show all posts
Showing posts with label SAMS certificate. Show all posts

Wednesday, June 6, 2012

How to deploy web application that is using SAMS certificate to authenticate site


How to deploy web application that is using SAMS certificate to authenticate site



Permissions
1.       For Windows 2008 server, grant ‘read/write’ permission to user everyone for folder ‘C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys’.
2.       For Windows 2003 server, grant ‘read/write’ permission to user everyone for folder ‘C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys’.
3.       Allow firewall to access URL ‘https: //api.sams.itm.test.semantico.net’.  
Installation of client certificate in Personal folder

1.       Open a Command Prompt window.
2.       Type mmc and press the ENTER key. Note that to view certificates in the local machine store; you must be in the Administrator role.
3.       On the File menu, click Add/Remove Snap In.
4.       Click Add.
5.       In the Add Standalone Snap-in dialog box, select Certificates.
6.       Click Add.
7.       In the Certificates snap-in dialog box, select Computer account and click Next.
8.       Now highlight personal
9.       Right click all tasks import.
10.    Select p12 certificate given by Semantico.

Installation of client certificate in Trusted Root Certification Authorities folder

1.       Open a Command Prompt window.
2.       Type mmc and press the ENTER key. Note that to view certificates in the local machine store; you must be in the Administrator role.
3.       On the File menu, click Add/Remove Snap In.
4.       Click Add.
5.       In the Add Standalone Snap-in dialog box, select Certificates.
6.       Click Add.
7.       In the Certificates snap-in dialog box, select Computer account and click Next.
8.       Now highlight Trusted Root Certification Authorities
9.       Right click Certificates, all tasks import.
10.    Select p12 certificate given by Semantico


Installation of MSXML4