Encrypt your credentials
When transferring files from one storage location to another using Tailer Platform, you need to provide credentials. A number of steps are required to encrypt them and use them safely.
🗺️ Overview
🔑 Install the Tailer public key on your local computer
echo $TAILER_HOMEecho %TAILER_HOME%
🛡️ Encrypt the credentials
tailer encrypt your-credentials.jsontailer encrypt "contents of the private key"tailer encrypt "password value"
Last updated