To convert from a DER to a base64, you can use certutil : certutil -encode filename.cer newfilename.cer. And from a base64 to a DER, ...
確定! 回上一頁