Securing the public and the private keys of your engine
Store the public and the private keys of an engine in a secure way to restrict the access to them.
Remote Engine generates its own key pair (RSA/4096 bits) during the pairing process. With Talend Remote Engine v2.12.5 onwards, this key pair is stored in a Java keystore in etc/keystores, secured with a password defined in a dedicated configuration file or as an environment variable.
If no password is defined, a random value is generated instead to ensure that the private key is still stored encrypted at rest.
Information noteNote: This pair of keys is used to protect the information transferred between Talend Remote Engine and Talend Management Console.
Before you begin
- You have installed Talend Remote Engine.
- Your engine version is 2.12.5 onwards.
About this task
Procedure
Results
Your engine now generates a new pair of public and private keys in a new keystore and uses your password to encrypt them.
What to do next
Start to pair your engine.