Description
Encryption based feature to manage secrets.
Steps
1. Generate keys to encrypt/decrypt secret
Uses libsodium1 and public key cryptography.
2. Upload private key
Upload the private key to your remote server using SSH or any other safe
means and store it in the same config/secrets/<environment>/
directory.
3. Create a new secret to store the contents
Using secret
Use this new secret as any other normal env var in your configuration files and Symfony will decrypt the value transparently when needed.