aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-04-14 14:04:53 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-04-14 14:04:53 +0300
commitba5f788bf84079c61830b42625c92efe234c507d (patch)
tree5e043255ecfd041db5cd4af26fbbcbf01149007d /README.md
parent51b9dfb491a91d93888e71208786603b9f61aef8 (diff)
downloadnixsap-ba5f788bf84079c61830b42625c92efe234c507d.tar.gz
README: keyrings
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7fd650..005337e 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,18 @@ Examples:
+Keyrings
+--------
+
+[Keyrings](modules/deployment/keyrings.nix) provide a means of
+deploying secret files with sensitive content. It's inspired by
+[NixOps](https://nixos.org/nixops/) and relies on it as on reference
+implementation. Most applications from `nixsap.apps` recognize keys from their
+parameters or extract them from configuration files and automatically build
+their keyrings.
+
+
+
Ideas
=====