Skip to main content
This section explains how to upload hash_tenant_secret.b64 and encrypted_tenant_secret.b64 files from the Python script to Salesforce to complete the BYOK integration.

Upload the files to Salesforce

1
Go to Setup page on Salesforce.For Salesforce Developer, click on the gear icon at the top right of the page and under “Setup Menu”, select Setup
2
Near the top left of the page, type into the “Quick Find” box: KeyUnder “Security” > “Platform Encryption”, select Key Management
3
Under “Key Management Table”, select Bring Your Own Key button.
4
Next to “Choose Certificate”, select the BYOK_Test_Cert certificate.
5
Scroll down to “Upload Tenant Secret”, and click on Upload Files next to “Encrypted Tenant Secret”In the finder window, look for the file tenant_secret_encrypted.b64
6
Click on Upload Files next to “Hashed Tenant Secret”In the finder window, look for the file tenant_secret_hash.b64
7
Click on the blue Upload button.
8
The integration is successful if no error boxes appeared at the top.The page will load back to the “Key Management” page and Active should be under “Status” next to the BYOK that was just uploaded.