Skip to content

Commit 6a30efd

Browse files
authored
Merge pull request #690 from oasisprotocol/docs/rofl-remove-key-generation
docs/rofl/remove: Mention master key will be lost forever
2 parents b359448 + 59339cb commit 6a30efd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/rofl.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,17 @@ Run `rofl remove` to deregister your ROFL app:
336336
The deposit required to register the ROFL app will be returned to the current
337337
administrator account.
338338

339-
:::danger Secrets will be permanently lost
339+
:::danger Secrets and key generation seed will be permanently lost
340340

341-
All secrets stored on-chain will be permanently lost when the ROFL app is
342-
deregistered! If you backed up your manifest file, those secrets will also be
343-
unretrievable since they were encrypted with a ROFL deployment-specific keypair.
341+
All [secrets] stored on-chain will be permanently lost when the ROFL app is
342+
deregistered! If you backed up your manifest file, those secrets will not be
343+
recoverable since they were encrypted with a ROFL deployment-specific keypair.
344+
345+
Similarly, the ROFL's internal seed for [key generation] will be lost, so you
346+
will not be able to generate the same keys in another ROFL.
347+
348+
[secrets]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/features/secrets
349+
[key generation]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/features/appd.md#key-generation
344350

345351
:::
346352

0 commit comments

Comments
 (0)