diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index 5155c11ec..49de5549b 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -94,9 +94,23 @@ need to put the certificate somewhere like this: Then you configure Taskwarrior, using the account details: $ task config taskd.certificate ~/.task/.cert.pem + $ task config taskd.key ~/.task/.key.pem $ task config taskd.credentials // $ task config taskd.server : +If you are using a private server, you are likely also using a self-signed +certificate, which means you will need one of the following additional entries: + + $ task config taskd.ca ~/.task/ca.cert.pem + +The CA (Certificate Authority) will be used to verify the server certificate. +Alternatively, you can override the cert verification process using: + + $ task config taskd.trust yes + +This is an insecure option that should be used with caution, because it directs +Taskwarrior to trust any certificate. + After setup, you run a one-time sync initialization, like this: $ task sync initialize