KB Article #70565

Incorrect Key Fingerprint for imported keys

Problem

-- Importing DSA or RSA Keys in Gateway using the following command:

         secadm import_key -n <key_name> -fn <file_name> -ff <file_format>

The fingerprint of the imported key is not its original fingerprint.


Resolution

* When importing the Keys via command line, use the following command.
     
       secadm import_key -n <key_name> -fn <file_name> -ff <file_format> -algo <DSS or RSA>



It is necessary to provide the algorithm when importing the keys. This would import the key with the original fingerprint.