Documentation

- Added references to new configuration settings.
This commit is contained in:
Paul Beckingham
2013-10-29 22:43:55 -04:00
parent 6c985b76c3
commit 6e0603234e
3 changed files with 31 additions and 5 deletions

View File

@@ -29,15 +29,17 @@ need the following items:
<server:port> Where Task Server is running (Default: localhost:6544)
<org> Name of organization (default: Public)
<user> User name added to server
<key> Key UUID generated by server
<password> UUID generated by server
<cert> Full path to client.cert.pem generated by server
<key> Full path to client.key.pem generated by server
Set these configuration variables in your Taskwarrior configuration,
substituting from above:
$ task config taskd.server <server:port>
$ task config taskd.credentials <org>/<user>/<key>
$ task config taskd.credentials <org>/<user>/<password>
$ task config taskd.certificate <cert>
$ task config taskd.key <key>
Here is an example: