From dfb9fc1a794afc632a04ff1b48bff414e3f7dcaa Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Mon, 1 Aug 2022 12:34:20 +0100 Subject: [PATCH] Delete SECURITY.md --- docs/SECURITY.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/SECURITY.md diff --git a/docs/SECURITY.md b/docs/SECURITY.md deleted file mode 100644 index 22fd371..0000000 --- a/docs/SECURITY.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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`