[UPD] README.rst
This commit is contained in:
parent
a206687780
commit
50c3c587ee
|
|
@ -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
|
||||||
======================
|
======================
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,7 @@ encryption_key_dev=fyeMIx9XVPBBky5XZeLDxVc9dFKy7Uzas3AoyMarHPA=
|
||||||
<p>In the configuration file of your production environment, you may want to configure
|
<p>In the configuration file of your production environment, you may want to configure
|
||||||
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.</p>
|
data for all environments.</p>
|
||||||
<p>You can generate keys with python -c ‘from cryptography.fernet import Fernet; print Fernet.generate_key()’.</p>
|
<p>You can generate keys with python -c ‘from cryptography.fernet import Fernet; print(Fernet.generate_key())’.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="known-issues-roadmap">
|
<div class="section" id="known-issues-roadmap">
|
||||||
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
|
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue