Skip to content

Commit 2c26fa9

Browse files
committed
kek.GenerateOrImport: add info about generation taking a while
1 parent 1759fd9 commit 2c26fa9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/stoserver/stoservertypes/commands.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@
645645
"ctor": [],
646646
"crudNature": "create",
647647
"title": "Generate or import key encryption key",
648+
"info": [
649+
"Generating a key might take a long time, especially on lower-powered devices like Raspberry Pis. Be patient :)"
650+
],
648651
"fields": [
649652
{ "key": "Label", "placeholder": "Joonas's primary KEK" },
650653
{ "key": "Data", "optional": true, "title": "Import existing", "help": "If you want to import existing key, paste it here. Otherwise, a key will be generated for you.", "type": "multiline", "placeholder": "-----BEGIN RSA PUBLIC KEY-----\nMIIBCgKCAQEA+xGZ/wcz9ugFpP07Nspo6U17l0YhFiFpxxU4pTk3Lifz9R3zsIsu\n..." }

0 commit comments

Comments
 (0)