mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Added man page updates to reflect new 'taskd.trust' settings.
This commit is contained in:
parent
6354bc09ab
commit
620f9b40b2
2 changed files with 8 additions and 4 deletions
2
NEWS
2
NEWS
|
@ -13,6 +13,8 @@ New commands in taskwarrior 2.4.0
|
|||
|
||||
New configuration options in taskwarrior 2.4.0
|
||||
|
||||
- The 'taskd.trust' setting is now a tri-state, supporting values 'strict',
|
||||
'ignore hostname' and 'allow all', for server certificate validation.
|
||||
- New themes: dark-default-16.theme, dark-gray-blue-256.theme
|
||||
|
||||
Newly deprecated features in taskwarrior 2.4.0
|
||||
|
|
|
@ -1358,11 +1358,13 @@ using a self-signed certificate. Optional.
|
|||
.RE
|
||||
|
||||
.TP
|
||||
.B taskd.trust=yes|no
|
||||
.B taskd.trust=strict|ignore hostname|allow all
|
||||
.RS
|
||||
If you do not specify a CA certificate when your Taskserver is using a self-
|
||||
signed certificate, you can override the certificate validation by setting this
|
||||
value to 'yes'. Default is not to trust a server certificate.
|
||||
This settings allows you to override the trust level when server certificates
|
||||
are validated. With "allow all", the server certificate is trusted
|
||||
automatically. With "ignore hostname", the server certificate is verified but
|
||||
the hostname is ignored. With "strict", the server certificate is verified.
|
||||
Default is "strict", which requires full validation.
|
||||
.RE
|
||||
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue