# openssl pkcs12 -export -out ?.p12 -inkey ?.key -in ?.cer
#keytool.exe -importkeystore -srckeystore *.p12 -srcstoretype PKCS12 -deststoretype JKS -destkeystore *.jks
openssl genrsa -out prvtkey.pem 2048
openssl req -new -key prvtkey.pem -out cert.csr