diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/add-option-to-read-key-from-file | 2 |
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). |