Encryption Keys
The public encryption key is used for encrypting credentials passed to functions during job execution. The key must be in RSA PEM format.
Navigation: Admin hub > Encryption Keys (or go to /admin/encryption)
The page heading is Encryption.
Upload a Key
If no key exists:
- You will see an explanatory message and a file upload area labeled Select Public Encryption Key (.pem).
- Choose a
.pemfile from your computer. - Click Add.
The key details (Created By, Org, Created At) are displayed in a table after upload.
Download the Key
- Click the ⋯ menu on the key row.
- Select Download.
- The PEM file downloads to your computer.
Delete the Key
- Click the ⋯ menu on the key row.
- Select Delete.
- Confirm the deletion in the Delete Public Key dialog.
Warning: Deleting the encryption key may affect function executions that rely on encrypted credentials.