Renew the Adobe Private Key

Adobe Private Keys expire after one year. Here's how you can renew them.

  1. Select the Project you used to set up the Component Manager initially.

  2. Click on JWT Service Account.

  3. Scroll all the way down (Ignore the deprecation warning - Datacroft will upgrade its authentication method)

  4. At the bottom, click "Generate a public/private keypair".

  5. A config.zip archive is generated and downloaded.

  6. Extract the private.key file from the zip archive and open with a text editor (ideally a tool like Notepad++, Sublime Text or another development-oriented tool)

  7. Copy the entire file content to your clipboard (Windows: STRG + A or Mac: CMD + A), including ----BEGIN PRIVATE KEY--- and ---END PRIVATE KEY---- at the start and end!

  8. In one of your Component Manager Sheets, run "Setup" from the menu.

  9. Click OK for all dialogs until you get to the "Private Key" question. Paste your clipboard content into the field, then click OK.

  1. Click OK in all remaining dialogs until the Setup is started.

  2. Wait 20-30 seconds until you see a confirmation message on the bottom.

Last updated