can some one tell me how to convert pem to cer?

HiThank you for reading my post.Can some one tell me how to convert a pem file to a cer file using keytool ?Thanks
[142 byte] By [Legolas.wa] at [2007-11-26 22:06:31]
# 1
If you mean changing from PEM into DER, you can just Base64 decode it.Using keytool, -import and then -export it.
wangwja at 2007-7-10 10:51:18 > top of Java-index,Security,Other Security APIs, Tools, and Issues...