Skip to content
gmallard edited this page Mar 4, 2012 · 2 revisions

Create the Server's Keystore

Use keytool to Create the Server's Keystore

Enter the command:

keytool -importkeystore -srckeystore server.pks -srcstoretype PKCS12 \
    -srcstorepass password \
    -destkeystore amqt3.ks -deststorepass password \
    -destalias aserver -alias 1

This creates the server's keystore (file amqt3.ks). The file name is arbitrary.

Clone this wiki locally