aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-03-09 13:18:13 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2022-03-09 13:21:06 +0100
commit4c9e8a315881c76d634d8e40dc3f37f7f379a623 (patch)
tree88f87907e691ecc2ad34960446a63b026e2530c4
parenta3c1c5a1b461bf3a3b6e61c5d3fbe8d92fbf0d30 (diff)
issues: Add option to read key from file
-rw-r--r--issues/add-option-to-read-key-from-file2
1 files changed, 2 insertions, 0 deletions
diff --git a/issues/add-option-to-read-key-from-file b/issues/add-option-to-read-key-from-file
new file mode 100644
index 0000000..0d54760
--- /dev/null
+++ b/issues/add-option-to-read-key-from-file
@@ -0,0 +1,2 @@
+Secret key is currently passed on command line. The immediate next step is to
+have it in a file (just change how the secret key option works in main.go).