Skip to content

Commit

Permalink
Add CA Functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-cronin committed Sep 29, 2020
1 parent fbf8189 commit ab05af9
Show file tree
Hide file tree
Showing 74 changed files with 14,462 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 ab05af9

Please sign in to comment.