Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 280c2dd

Browse files
enjNathaniel McCallum
authored and
Nathaniel McCallum
committed
Update docs to include mode flag
Signed-off-by: Monis Khan <[email protected]>
1 parent 5c7c7db commit 280c2dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ socket activation is assumed.
2525

2626
### Required
2727

28-
* `-command string`: the command to retrieve the key encryption key
28+
* `--command string`: the command to retrieve the key encryption key
2929

3030
### Optional
3131

32-
* `-endpoint string`: the listen address (ex. unix:///tmp/kms.sock)
32+
* `--endpoint string`: the listen address (ex. `unix:///tmp/kms.sock`)
3333

34-
* `-timeout duration`: maximum time to cache KEK locally (default 1h0m0s)
34+
* `--timeout duration`: maximum time to cache KEK locally (default 1h)
35+
36+
* `--mode string`: encryption mode to use, the options are \[aescbc\] (default "aescbc")
3537

3638
## Crypto Details
3739

0 commit comments

Comments
 (0)