mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Added notes regarding the use of CA or trust override.
This commit is contained in:
parent
b42ca26631
commit
6c63c4a196
1 changed files with 15 additions and 0 deletions
15
README_TASKD
15
README_TASKD
|
@ -46,6 +46,21 @@ Here is an example:
|
|||
$ task config taskd.server localhost:6544
|
||||
$ task config taskd.credentials 'Public/John Doe/8ad2e3db-914d-4832-b0e6-72fa04f6e331'
|
||||
$ task config taskd.certificate ~/.task/client.cert.pem
|
||||
$ task config taskd.key ~/.task/client.key.pem
|
||||
|
||||
|
||||
Using Self-Signed Certificates
|
||||
------------------------------
|
||||
|
||||
If you are using self-signed certificates, you will either need a Certificate
|
||||
Authority cert (CA), reference by hte configuration like this:
|
||||
|
||||
$ task config taskd.ca ~/.task/ca.cert.pem
|
||||
|
||||
Alternatively you can bypass the certificate validation, but this is not
|
||||
recommended:
|
||||
|
||||
$ task config taskd.trust yes
|
||||
|
||||
|
||||
First-Time Synchronizing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue