You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose JSS's existing owner-key provisioning (Schnorr secp256k1
keypair → <pod>/private/privkey.jsonld + WebID Multikey VM +
/.well-known/did/nostr/<pubkey> resolution) through jspod as an
opt-in flag.
Default off — keeps jspod Solid-pure. The planned nosdav-server
wrapper will flip this on as part of its Nostr-default positioning.
jspod --provision-keys # turn it on for this run
jspod --no-provision-keys # explicit off (already the default)
Adds the flag to parsing, --help text, and README.
Fixes#44
0 commit comments