Please only use Kaspersky Secure Connection by its intended purpose. Kaspersky internet security activation.
Step by Step Guide – How to create CSR key in Microsoft IIS 7
Generating a CSR code on IIS7. CSR generation for the Internet Information Server v.7 (IIS7) should be done through Internet Services Manager using the steps below: Click Start Administrative Tools. Start Internet Information Services (IIS) Manager. 0 0 To generate a Certificate Signing Request (CSR) for Server 2008 – IIS 7 & 7.5 you will need to create a key pair for your server the public key and private key. These two items are a digital certificate key pair and cannot be separated. On Windows type systems PFX/PKCS12 requests are made.
1. Click Start > Administrative Tools > Internet Information Services (IIS) Manager.
2. Click on the server name.
3. From the center menu, double-click the “Server Certificates” button in the “Security” section (@ bottom of the menu).
4. Next, from the “Actions” menu (on the right), click on “Create Certificate Request.” This will open the Request Certificate wizard.
5. The Request Certificate Wizard will appear. In the “Distinguished Name Properties” window, enter the information as follow
6. Click Next.
7. In the “Cryptographic Service Provider Properties” window, enter the following information and then, click Next:
Cryptographic service provider – In the drop-down list, select Microsoft RSA SChannel Cryptographic Provider
Bit length – CSR bit length should be 2048.
8. Enter a filename for your CSR file.
Remember the filename that you choose and the location to which you save it.
9. Your CSR will now be saved to the location you selected in the file you named. Open file in text editor. Copy the entire body of it (including the —–Begin certificate—– …. —–End certificate—–). You will need this CSR to complete SSL configuration process.