Access the private.key
When setting up the Asset Compute API integration a new key pair was generated and a config.zip
file was automatically downloaded. This config.zip
contains the generated public certificate and matching private.key
file.
- Unzip
config.zip
to a safe place on your file system as theprivate.key
is used later- Secrets and private keys should never be added to Git as a matter of security.
Review the Service Account (JWT) Credentials
This Adobe I/O project’s credentials are used by the local Asset Compute Development Tool to interact with Adobe I/O Runtime, and will need to be incorporated into the Asset Compute project. Familiarize yourself with the Service Account (JWT) credentials.
- From the Adobe I/O Project App Builder project, ensure the
Development
workspace is selected - Tap on Service Account (JWT) under Credentials
- Review the Adobe I/O Credentials displayed
- The public key listed at the bottom has it’s private.key counterpart in the
config.zip
downloaded when the Asset Compute API was added to this project.- If the private key is lost or compromised, the matching public key can be removed, and a new key pair generated in or uploaded to Adobe I/O using this interface.
- The public key listed at the bottom has it’s private.key counterpart in the
Previous pageLocal development environment
Next pageCreate an Asset Compute project