[UPD] README.rst

This commit is contained in:
OCA-git-bot 2022-10-09 13:17:38 +00:00
parent 340309a0c6
commit b6b62a8047
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ In the configuration file of your production environment, you may want to config
all your other environments encryption key. This way, from production you can encrypt and decrypt all your other environments encryption key. This way, from production you can encrypt and decrypt
data for all environments. data for all environments.
You can generate keys with python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key())'. You can generate keys with python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'.
Known issues / Roadmap Known issues / Roadmap
====================== ======================