Attempt to change certs for a different account
This commit is contained in:
parent
72f16925c1
commit
9e7e0da7ba
1 changed files with 7 additions and 10 deletions
17
dot_taskrc
17
dot_taskrc
|
@ -1,3 +1,4 @@
|
|||
|
||||
# [Created by task 2.5.1 8/22/2016 14:01:12]
|
||||
# Taskwarrior program configuration file.
|
||||
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
||||
|
@ -36,14 +37,6 @@ data.location=~/.task
|
|||
#include /usr/share/task/light-256.theme
|
||||
#include /usr/share/task/no-color.theme
|
||||
include ~/projects/arachnitech/tw-spaceduck/spaceduck.theme
|
||||
|
||||
taskd.certificate=/home/kellya/.task/private.certificate.pem
|
||||
taskd.key=/home/kellya/.task/private.key.pem
|
||||
taskd.ca=/home/kellya/.task/ca.cert.pem
|
||||
taskd.server=taskwarrior.inthe.am:53589
|
||||
taskd.credentials=inthe_am/alexpkelly/4a97112d-3460-46dc-a3d1-dbd404d80f18
|
||||
taskd.trust=ignore hostname
|
||||
#'taskd.ciphers=NORMAL:%COMPAT'
|
||||
uda.reviewed.type=date
|
||||
uda.reviewed.label=Reviewed
|
||||
report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
|
||||
|
@ -52,8 +45,6 @@ report._reviewed.sort=reviewed+,modified+
|
|||
report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING )
|
||||
uda.evernote.type=string
|
||||
uda.evernote.label=Evernote
|
||||
uda.intheamtrellolistname.type=string
|
||||
uda.intheamtrellolistname.label=Inthe.AM Trello List Name
|
||||
uda.messageid.type=string
|
||||
uda.messageid.label=Message-ID
|
||||
uda.joplin.type=string
|
||||
|
@ -74,3 +65,9 @@ context.work.write=+work
|
|||
context.home.read=+home -work or -TAGGED
|
||||
context.home.write=+home
|
||||
context=work
|
||||
taskd.certificate=/home/kellya/.task/private.certificate.pem
|
||||
taskd.key=/home/kellya/.task/private.key.pem
|
||||
taskd.ca=/home/kellya/.task/ca.cert.pem
|
||||
taskd.server=inthe.am:53589
|
||||
taskd.credentials=inthe_am/alexpkelly/4a97112d-3460-46dc-a3d1-dbd404d80f18
|
||||
taskd.trust=strict
|
||||
|
|
Loading…
Reference in a new issue