From b1114766e5f671cc89c6c96f2b1736ee2a655d67 Mon Sep 17 00:00:00 2001 From: Anthony Accioly <1591739+aaccioly@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:32:49 +0100 Subject: [PATCH] docs(readme): update caution note with encryption guidance - Revise the caution note to include instructions for encrypting private keys using NIP-49. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2760e0c..35dc71b 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,11 @@ You can also display a QR code for the bunker URI by adding the `--qrcode` flag: ``` > [!CAUTION] -> When you start a bunker with `--persist`, it will store credentials in plain text at `~/.config/nak/bunker`. +> When you start a bunker with `--persist` or `--profile`, it will store `--sec` credentials and authorized keys in +> `~/.config/nak/bunker`. If you don't want your private key to be stored in plain text, you can +> [encrypt it with NIP-49](#encrypt-key-with-nip-49) it beforehand. +```shell then later just ```shell