Once the store has been created it can be used to generate a certificate.
keytool -certreq -keystore storeName.jks -alias someAlias -file test.csr
keytool -import -keystore storeName.jks -alias someAlias -file test.cer
Last updated 5 years ago
Was this helpful?