This occurs when the key you have imported has not been signed. When you create a keypair, the keys are automatically signed. Similarly, when you import a key and once you are sure a key belongs to the correct person, you can sign that person's public key, indicating that you have verified the key.
The --sign-key command signs a key to use for encryption.
The usage format for the command is:
pgp --sign-key <user> --signer <signer> --sig-type <type> --passphrase <pass> [options]
Where:
<user> is the user ID, portion of the user ID, or the key ID of the key you are signing.
<pass> is the passphrase of the signer of the key.
[options] modify the behavior of the command. Options are:
--signer is the user ID, portion of the user ID, or the key ID of the signer of the key. If no signer is specified, the default key is used for signing.
--sig-type is the signature type: local, exportable, meta-introducer, or trusted introducer. The following signing options are available:
Signature Types
PGP Command Line supports several signature types: