Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/rofl.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,17 @@ Run `rofl remove` to deregister your ROFL app:
The deposit required to register the ROFL app will be returned to the current
administrator account.

:::danger Secrets will be permanently lost
:::danger Secrets and key generation seed will be permanently lost

All secrets stored on-chain will be permanently lost when the ROFL app is
deregistered! If you backed up your manifest file, those secrets will also be
unretrievable since they were encrypted with a ROFL deployment-specific keypair.
All [secrets] stored on-chain will be permanently lost when the ROFL app is
deregistered! If you backed up your manifest file, those secrets will not be
recoverable since they were encrypted with a ROFL deployment-specific keypair.

Similarly, the ROFL's internal seed for [key generation] will be lost, so you
will not be able to generate the same keys in another ROFL.

[secrets]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/features/secrets
[key generation]: https://github.com/oasisprotocol/oasis-sdk/blob/main/docs/rofl/features/appd.md#key-generation

:::

Expand Down
Loading