feat: v0.3.5, add subcommand yubikey-init-master-key
This commit is contained in:
13
README.md
13
README.md
@@ -2,8 +2,21 @@
|
||||
|
||||
Mini-KMS runs local written by Rust
|
||||
|
||||
## Generate Yubikey encrypted master key
|
||||
|
||||
Generate encrypted master key with Yubikey:
|
||||
```shell
|
||||
local-mini-kms yubikey-init-master-key --generate-key [--yubikey-challenge *challenge*]
|
||||
```
|
||||
|
||||
## Startup Server
|
||||
|
||||
Startup without init:
|
||||
```shell
|
||||
local-mini-kms serve
|
||||
```
|
||||
|
||||
Init with Yubikey:
|
||||
```shell
|
||||
local-mini-kms serve [--init-encrypted-master-key LKMS:*** [--yubikey-challenge *challenge*]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user