-

@ Anthony Accioly
2025-05-06 13:18:25
I like this for sure. You sound very familiar with nak. Can I ask you as customer service for software that you didn't egent write?
Say that I have nsec 01 and nsec 02 and I want to alternate between the two (not mulsig, each key signs different events).
Is there a way to alternate between the keys without raw dogging it on my shell? Say:
~> nak blossom --server blossom.azzamo.net --sec 01 upload image.png
{"sha256":"38c51756f3e9fedf039488a1f6e513286f6743194e7a7f25effdc84a0ee4c2cf","url":"https://blossom.azzamo.net/38c51756f3e9fedf039488a1f6e513286f6743194e7a7f25effdc84a0ee4c2cf.png"}
~> nak blossom --server blossom.azzamo.net --sec 02 delete 38c51756f3e9fedf039488a1f6e513286f6743194e7a7f25effdc84a0ee4c2cf
(Should fail ad nsec 02 can't delete nsec 01 blobs).
Is there a way that I can store my nsecs somewhere and alternate between nsec01 and nsec02 using their pubkeys, etc?