openssl pkcs12 –export –out certificate.pfx –inkey privateServer.key –in www_emh_kr.crt
이 명령어로 PFX 파일을 만들었습니다만...
이걸 IIS 에 적용시키면 '중간 인증서가 없습니다' 라고 나옵니다..
어떻게 해결해야 할까요
openssl pkcs12 –export –out certificate.pfx –inkey privateServer.key –in www_emh_kr.crt
이 명령어로 PFX 파일을 만들었습니다만...
이걸 IIS 에 적용시키면 '중간 인증서가 없습니다' 라고 나옵니다..
어떻게 해결해야 할까요
openssl pkcs12 -export -out mydomain.pfx -inkey mydomain.key -in mydomain.crt -certfile intermediateCA.crt
Âü°í Äڸ𵵻ç support ÆäÀÌÁö¸¦ ÂüÁ¶ ÇÏ¸é µÇ½Çµí ÇÕ´Ï´Ù.
https://support.comodo.com/index.php?/Knowledgebase/Article/View/1124/66/converting-a-ssl-certificate-in-apache-to-windows
Root AddTrustExternalCARoot.crt
Intermediate #1 COMODORSAAddTrustCA.crt
Intermediate #2 COMODORSADomainValidationSecureServerCA.crt
Âü°í : https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/979/108/domain-validation-sha-2
Àú±âÀÖ´Â ¸ðµç crt ÆÄÀÏ ÇÕÄ¡¸é µÇ´Â°ÇÁö..
cat www_emh_kr.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > ssl-bundle.crt
openssl pkcs12 –export –out certificate.pfx –inkey privateServer.key –in ssl-bundle.crt