인증서 형식변환
PKCS#12 에서 개인키 추출
> openssl pkcs12 -in nine4u.pfx -nocerts -nodes -out nine4u.key
PKCS#12 에서 인증서 추출
> openssl pkcs12 -in nine4u.pfx -nokeys -out nine4u.crt
PEM -> PKCS#12
> openssl pkcs12 -export -in nine4u.crt -inkey nine4u.key -out nine4u.p12
DER => PEM
> openssl rsa -inform DER -outform PEM -in nine4u.der -out nine4u.pem
PEM => DER
> openssl rsa -inform PEM -outform DER -in nine4u.pem -out nine4u.der
'컴맹의 컴퓨터 이야기 > 개발' 카테고리의 다른 글
| [팁] 인증서 종류 및 형식 변환 (0) | 2011/07/18 |
|---|---|
| [팁] vmware 가상드라이버 생성 (0) | 2011/07/15 |
| [팁] Win7 관리자 권한 활성화 (0) | 2011/06/29 |
| [참고] Linux Shell Programming (0) | 2011/06/15 |
| [펌] 프로그래머의 격언 (0) | 2009/08/31 |
| [프로젝트] 프로젝트 이야기 05 (0) | 2009/06/25 |
Comment 0


