RSA Certificate Format Conversion
Tool Description

This tool supports certificate conversion between PEM, DER, PKCS12, PKCS7, JKS and other formats

Certificate Format Introduction

PEM:Store certificates and private keys in base64 format, common suffixes are .pem .crt .cer .key

DER:Store certificates and private keys in binary format, common suffixes are .der .crt .cer

PKCS#12:Store certificates and private keys in binary format, usually contains a protection password, common suffixes are .pfx .p12

PKCS#7:Display the certificate chain in a tree structure, also supports single certificates, does not contain private keys, common suffixes are .p7b .p7c .spc

JKS:Certificate repository file used by the Java platform, stores certificates and private keys, protected by a password, common suffixes are .jks .ks .keystore