File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -336,11 +336,17 @@ Run `rofl remove` to deregister your ROFL app:
336336The deposit required to register the ROFL app will be returned to the current
337337administrator 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
You can’t perform that action at this time.
0 commit comments