- Download the Xilinx public
key.
- Go to the Xilinx Downloads Website.
- In Download Verification, click Public
Key.
This downloads xilinx-master-signing-key.asc.
- Confirm the download and import of the Xilinx public key.
- To import the key, enter the following command:
gpg --import ./xilinx-master-signing-key.asc
- Set the trust level to ultimate. This will allow verification of the key signed by
Xilinx.
- First, enter the following command to list the public keys:
gpg --list-keys
- To specify the key to edit, enter the following command:
gpg --edit-key 0x85D4B4BB1D692FDB
- Enter the following command to set the trust level for the legitimate key:
trust
.
- Enter
5
at the prompt.
- First, enter the following command to list the public keys:
Now that you have downloaded, imported and trusted the
Xilinx public key – you can ensure the authenticity and
integrity of the downloaded file by verifying the signature or verifying the digest.
Note: You can pick one or both of methods to ensure the authenticity and integrity
of downloaded file.