Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

9.4. Extract a Self-signed Certificate from the Keystore

Procedure 9.2. Extract a Self-signed Certificate from the Keystore

  1. Run the keytool -export -alias ALIAS -keystore server.keystore -rfc -file public.cert command:
    keytool -export -alias teiid -keystore server.keystore -rfc -file public.cert
  2. Enter the keystore password when prompted:
    Enter keystore password: <password>
Result

This creates the public.cert file that contains a certificate signed with the private key in the server.keystore.