Add key generation script + keys folder

This commit is contained in:
Matt Baer
2018-09-19 09:49:11 +01:00
parent b674215c6c
commit e392b3a040
3 changed files with 30 additions and 0 deletions

1
keys/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.aes256

4
keys/README.md Normal file
View File

@@ -0,0 +1,4 @@
Keys
====
Contains keys for encrypting database and session data. Generate necessary keys by running (from the root of the project) `./keys.sh`.