Use Keystore for private key encryption

To ensure privacy over operator's private key, an alternative to write it down in the .env file would be to use Keystores as presented by Othentic in the following documentation:

To set up the keystore, follow these steps:

1. Generate Keystore

Run the keystore generation with following command format:

2. Update .env file

Replace PRIVATE_KEY with the following entries:

3. Update Docker Compose file

Update your docker-compose.yml with the following structure:

(environment and volumes sections need to be upadated here)

Last updated