initial commit

This commit is contained in:
Peter Rounce 2022-08-01 10:36:32 +00:00
commit 037788d6de
56 changed files with 1756 additions and 0 deletions

11
docs/SECURITY.md Normal file
View file

@ -0,0 +1,11 @@
# Security
## secrets
- card AES decrypt key to the environment variable `AES_DECRYPT_KEY`
- card AES cmac keys into the database table `cards`
- `tls.cert` and `SendPaymentV2.macaroon` for the lightning node
- password for the application database user `cardapp`
- database script in `create_db.sql`
- application environment variable in `lnurlw.service`