Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osx compatibility w/ key location in orb-ns #738

Open
justinabrahms opened this issue Nov 29, 2023 · 0 comments
Open

osx compatibility w/ key location in orb-ns #738

justinabrahms opened this issue Nov 29, 2023 · 0 comments
Assignees

Comments

@justinabrahms
Copy link
Contributor

When you create a key on osx via orb, doesn't go to ~/.noosphere/keys.. but rather ~/Library/Application Support/network.subconscious.noosphere/keys. orb-ns does not support specifying this.

[nix-shell:~/src/github.com/subsconsiousnetwork/noosphere]$ orb key create mykey
Created key "mykey" in "/Users/abrahms/Library/Application Support/network.subconscious.noosphere/keys"
Public identity did:key:z6MkoQpArQeYhJwJXx4xV7XrWbnPDJrby8EabkE9H3rgbrZT

[nix-shell:~/src/github.com/subsconsiousnetwork/noosphere]$ ls -alh ~/.noosphere/
total 0
drwxr-xr-x   3 abrahms staff   96 Nov 29 09:57 .
drwxr-x---+ 37 abrahms staff 1.2K Nov 29 09:57 ..
drwxr-xr-x   2 abrahms staff   64 Nov 29 09:57 keys

[nix-shell:~/src/github.com/subsconsiousnetwork/noosphere]$ ls -alh ~/.noosphere/keys/
total 0
drwxr-xr-x 2 abrahms staff 64 Nov 29 09:57 .
drwxr-xr-x 3 abrahms staff 96 Nov 29 09:57 ..

[nix-shell:~/src/github.com/subsconsiousnetwork/noosphere]$ orb key list
NAME     IDENTITY
mykey    did:key:z6MkoQpArQeYhJwJXx4xV7XrWbnPDJrby8EabkE9H3rgbrZT
@jsantell jsantell self-assigned this Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants