Fix readme about generating keys
This commit is contained in:
parent
7c35decf1e
commit
e4f250a99c
|
|
@ -44,7 +44,7 @@ in Odoo's config file: (etc/openerp.cfg)
|
||||||
|
|
||||||
> keychain_key = fyeMIx9XVPBBky5XZeLDxVc9dFKy7Uzas3AoyMarHPA=
|
> keychain_key = fyeMIx9XVPBBky5XZeLDxVc9dFKy7Uzas3AoyMarHPA=
|
||||||
|
|
||||||
You can generate keys with `python keychain/bin/generate_key.py`.
|
You can generate keys with `python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'`.
|
||||||
|
|
||||||
This key is used to encrypt account passwords.
|
This key is used to encrypt account passwords.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue