Public Encryption Key
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 > Public Encryption Key (or go to /admin/public-key)
Upload a Key
If no key exists:
- You will see an explanatory message and a file upload area.
- Click to select a
.pemfile from your computer. - Click Add.
The key details (creator, organization, creation date) are displayed 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.
Warning: Deleting the encryption key may affect function executions that rely on encrypted credentials.