Migrate data to Zuora using PGP public key
Learn how to migrate data from legacy systems to Zuora using the Zuora PGP public key.
- Import the PGP key.
- Copy the content of the Zuora Data Migration PGP Public key and paste it into a file named
key.txt
. - Enter the
gpg --import key.txt
command.
- Copy the content of the Zuora Data Migration PGP Public key and paste it into a file named
- Verify the authenticity of the key.
- Ensure that you are accessing this information on a Zuora site with a Zuora authentic certificate.
- After importing the key, verify the key that has been imported matches the following PGP key fingerprint and attributes.
Key ID: 8D46E4A829CE4651 Key Type: RSA Key Size: 4096 Fingerprint: AC6D 19FE 1743 9701 A213 3B64 8D46 E4A8 29CE 4651 User ID: Zuora Data Migration Key 2023 (2023 Zuora Migration Key) <migration@zuora.com>
- Encrypt data using the key.
- Put all contents of the data into the file
FILENAME
.FILENAME
can contain contents of any type, including text, or binary file formats such as.xslx
or.zip
files. The use of FILENAME is for illustration purposes only. - Run the following command to encrypt your
file.csv
using the Zuora PGP Key: gpg --encrypt --recipient A502DE61450498E0 FILENAME
. This creates theFILENAME.gpg
file.This step creates theFILENAME.gpg
file.
- Put all contents of the data into the file
- Share encrypted data with Zuora.
All data intended for data migrations shared with Zuora must be encrypted using the authenticated Zuora Data Migration PGP key.
Data encrypted with the Zuora Data Migration PGP key should only be shared with authorized Zuora individuals using the approved Zuora encrypted file transfer service. For more details on this file transfer service, contact your designated Zuora contact or migration@zuora.com.
Do not use email, instant messaging (IM), or other public services for transferring data to Zuora.