From 59339cbf83f984586e49c3b4b3cbae01e53da5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Mon, 16 Mar 2026 08:37:07 +0100 Subject: [PATCH] docs/rofl/remove: Mention master key will be lost forever --- docs/rofl.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/rofl.md b/docs/rofl.md index 590d3a15..76a9d152 100644 --- a/docs/rofl.md +++ b/docs/rofl.md @@ -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 :::