Yeah here is something. What the hey is keyman???
The following are the steps to create and install the client digital certificate in a VB.NET IIS server environment.
1. Create a javakeystore file using java keytool.
2. Create a .csr file using keystore.
3. Submit the .csr file to online verisign site.Sbc sponsor will mail you .p7b file. If you do not get it in mail using online search facility provide the registration detail and download the .p7c file.
4. Import the verisign root,getcacert and p7b or p7c file into javakeystore using java keytool.
5. Using keyman create a #pkcs12 file and install it in ie browser.
I. Add administrator to the user account used by IIS.
II. Open Internet Explorer by holding shift and right clicking then selecting ?Run as?.
III. Enter user and password for IIS account (same used when adding adminstrator to the user account used by IIS).
IV. Select "tools" then "internet options".
V. Click on "content" tab.
VI. Click on certificate button.
VII. Import the new keystore (from what I understand it has to have been named with a .pfx extension).
VIII. Close Internet Explorer.
IX. Remove administrator from the IIS user account.