How to transfer the SSL Certificate of Apache/OpenSSL to IIS

Source: Internet
Author: User
Tags ssl certificate pfx file

The Apache SSL Certificate consists of two files: one is the. Key file and the other is the. CRT file. IIS uses the. pfx file. You only need to convert the. Key +. CRT file to the. pfx file and install it on IIS.

Step 1: Download the OpenSSL Software Package http://www.myssl.cn/download/OpenSSL_0.9.8.a_Win32.zip

Step 2: extract the package to the C: \ OpenSSL directory, run cmd.exe to enter the command window, and run:
Cd c: \ OpenSSL
Set openssl_conf = OpenSSL. CNF
OpenSSL PKCS12-export-out server. pfx-inkey server. Key-in server. CRT
(The server. Key and server. CRT files are Apache certificate files. The generated server. pfx is used to import IIS)

Step 3: import the server. pfx file to IIS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.