Skip to content

Commit

Permalink
pivoter: Fix paths in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jan 26, 2021
1 parent 97a6e33 commit 9019d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions politeiawww/cmd/politeiavoter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ directory by default. The certificate (`client.pem`) must be appended to
For example:

```
$ gencerts ~/.politeiavoter/client.{cert,key}
$ cat ~/.politeiavoter/client.cert >> ~/.dcrwallet/clients.pem
$ gencerts ~/.politeiavoter/client{,-key}.pem
$ cat ~/.politeiavoter/client.pem >> ~/.dcrwallet/clients.pem
```

In order to sign votes ```politeiavoter``` requires the wallet passphrase.
Expand Down

0 comments on commit 9019d9d

Please sign in to comment.