Skip to content

Commit

Permalink
Merge pull request #94 from MatrixAI/CA-Functionality
Browse files Browse the repository at this point in the history
Ca functionality
  • Loading branch information
robert-cronin authored Sep 30, 2020
2 parents 6af07f9 + b08ca2d commit 6d38549
Show file tree
Hide file tree
Showing 74 changed files with 14,437 additions and 48,647 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# gitlab-runner exec
/builds

# dist folder
/dist

# Logs
logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pk agent load -k '~/NewPolykeyNode' -p 'passphrase'
pk agent list # ~/NewPolykeyNode
</pre>

Note: Polykey also provides the ability to set an environment variable, `KEYNODE_PATH`, instead of specifying the node path with `-k '~/NewPolykeyNode'`
Note: Polykey also provides the ability to set an environment variable, `PK_PATH`, instead of specifying the node path with `-k '~/NewPolykeyNode'`

## Keys
This command is used to interact with PolyKey's KeyManager. With this command you can generate new keys, list keys and more.
Expand Down
Loading

0 comments on commit 6d38549

Please sign in to comment.