Assuming I have created a keystore and private key using java keytool using the following command on Computer 1.
keytool -genkey -dname "CN=abc" -alias abc -keyalg "RSA" -keysize 1024 -sigalg "SHA256WITHRSA" -validity 365 -keystore "DEF.jks"
Then I use portecle to open this keystore and generate Cert Request
After I import CA reply, can I use that keystore(.jks) file on Computer 2?