31 lines
749 B
Plaintext
31 lines
749 B
Plaintext
setting up with:
|
|
|
|
- data at /var/taskd
|
|
- user: root
|
|
- host=localhost
|
|
- port=53589
|
|
|
|
- Organization=Andonome
|
|
- Name="Malin Freeborn"
|
|
|
|
## Next
|
|
Copy files to ~/.task
|
|
/usr/share/doc/taskd/pki/{ca.cert.pem,Malin_Freeborn.cert.pem,Malin_Freeborn.key.pem}
|
|
|
|
And run these commands:
|
|
|
|
```
|
|
Malin Freeborn must run these commands:
|
|
task config taskd.server localhost:53589
|
|
task config taskd.credentials 'Andonome/Malin Freeborn/36faa2a9-de12-4410-99d5-0bcaa5a4887a'
|
|
task config taskd.certificate ~/.task/Malin_Freeborn.cert.pem
|
|
task config taskd.key ~/.task/Malin_Freeborn.key.pem
|
|
task config taskd.ca ~/.task/ca.cert.pem
|
|
task config taskd.trust strict
|
|
task config taskd.ciphers NORMAL
|
|
|
|
|
|
```
|
|
|
|
|