ding/dingd.cfg

35 lines
723 B
INI
Raw Normal View History

2017-09-30 12:51:23 +00:00
[Server]
host=localhost
port=13573
[Security]
# Certificate of the OWN CA
cafile=CA.crt
# Server's certificate [signed by the CA above]
2018-03-28 22:58:36 +00:00
certfile=dingd.crt
2017-09-30 12:51:23 +00:00
# Server's private key
2018-03-28 22:58:36 +00:00
keyfile=dingd.key
2017-09-30 12:51:23 +00:00
2018-02-01 00:36:25 +00:00
## Optional cleartext password
# To unlock the commands you need to send the password before sending the command.
# Example:
# $ ./ding_client "My password"
# $ ./ding_client lock
# Password on? (true/false)
pw_on=false
# Password (if you use spaces or other stuff you need to embrace the password in quotation marks, like ./ding_client "abc def"
password=abc def
# Password timeout in seconds
pwtimeout=10
2017-09-30 12:51:23 +00:00
[Commands]
# Syntax:
# SERVER_COMMAND: Command --which --should_be --executed
lock: xscreensaver-command -lock