Skip to content

Commit

Permalink
Fix readme about generating keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Raph authored and mart-e committed Oct 30, 2017
1 parent 3e6a8e3 commit 3a772dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keychain/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3a772dd

Please sign in to comment.