- 0973.907.018
- thinh.lam@derasoft.com
14-02-2014 | 02:22:18 PM
Để chuyển đổi bộ cert từ Apache sang IIS, chúng ta cần dùng hàm openssl. Trước hết bạn cần chuyển đến thư mục chứa bộ cert, đảm bảo có 3 file sau đây: private key, certificate, cabundle.
Từ Shell, gõ lệnh sau:
#openssl pkcs12 -export -in certificate.crt -inkey private.key -certfile cabundle.crt -out certificate.pfx
Sau khi convert thành công, bạn có thể check lại PFX bằng lệnh sau:
#openssl pkcs12 -info -in certificate.pfx
Bạn có thể dùng PFX này để import vào server chạy IIS.
19-02-2014 | 01:54:50 PM
08-02-2014 | 09:53:27 AM
08-02-2014 | 09:52:26 AM
08-02-2014 | 09:52:07 AM
08-02-2014 | 09:50:34 AM