메뉴 닫기

CRT,KEY 파일을 PEM 파일로 변환

# key 변경(private)
openssl rsa -in server.key -text > cakey.pem
# crt 변경(public)
openssl x509 -inform PEM -in server.crt > cacert.pem
0 0 votes
Article Rating
구독
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x