Migration fails if keystore contains a certificate with a key that has Elliptic Curve public key algorithm

Migration from Encryption Key Manager to IBM Security Guardium Key Lifecycle Manager fails if the Encryption Key Manager keystore contains a certificate with a key that has an Elliptic Curve (EC) public key algorithm.

To resolve tis problem, delete the key that has the EC algorithm and run the migration script that IBM Security Guardium Key Lifecycle Manager provides. For example, to delete a key from an Encryption Key Manager JCEKS keystore, type on one line.

JAVA_INSTALL_DIR/bin/keytool -keystore keystore_path_and_filename 
 -storetype jceks -delete -alias EC_keyname