PKCS12 파일에서 .key 및 .crt를 생성 하시겠습니까? .crt 파일을 정확히 어떻게 생성합니까?

.p12 파일에서 .key 파일과 .crt 파일을 정확히 어떻게 생성합니까?



답변

작은 인터넷 검색이 이것을 찾습니다.

그것이 도움이되기를 바랍니다.

편집 : 추가 고정 명령 :

openssl pkcs12 -in filename.pfx -nocerts -out filename.key

openssl pkcs12 -in filename.pfx -clcerts -nokeys -out filename.crt

OpenSSL은 여기에서 다운로드 할 수 있습니다.