Skip to main content
Version: 2026.05

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:

  1. You will see an explanatory message and a file upload area labeled Select Public Encryption Key (.pem).
  2. Choose a .pem file from your computer.
  3. Click Add.

The key details (Created By, Org, Created At) are displayed in a table after upload.

Download the Key

  1. Click the menu on the key row.
  2. Select Download.
  3. The PEM file downloads to your computer.

Delete the Key

  1. Click the menu on the key row.
  2. Select Delete.
  3. Confirm the deletion in the Delete Public Key dialog.

Warning: Deleting the encryption key may affect function executions that rely on encrypted credentials.