From 75c2b1d16a6591391212733db46415f5f49baf1d Mon Sep 17 00:00:00 2001 From: Raph Date: Tue, 4 Jul 2017 10:27:38 +0200 Subject: [PATCH] Fix readme about generating keys --- keychain/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keychain/README.rst b/keychain/README.rst index 1af8ba2cd..bde53daf1 100644 --- a/keychain/README.rst +++ b/keychain/README.rst @@ -44,7 +44,7 @@ in Odoo's config file: (etc/openerp.cfg) > 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.