Certificates
Creation
Once the store has been created it can be used to generate a certificate.
keytool -certreq -keystore storeName.jks -alias someAlias -file test.csrImporting
keytool -import -keystore storeName.jks -alias someAlias -file test.cerLast updated
Was this helpful?