mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 08:45:19 -04:00
docs: remove deprecated master-secret flag from recovery (#3326)
This commit is contained in:
parent
5efa7ffefb
commit
a54b59ab25
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ Recovering a cluster requires the following parameters:
|
||||||
A cluster can be recovered like this:
|
A cluster can be recovered like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ constellation recover --master-secret constellation-mastersecret.json
|
$ constellation recover
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
|
|
|
@ -162,7 +162,7 @@ Recovering a cluster requires the following parameters:
|
||||||
A cluster can be recovered like this:
|
A cluster can be recovered like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ constellation recover --master-secret constellation-mastersecret.json
|
$ constellation recover
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
Pushed recovery key.
|
Pushed recovery key.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue