forked from tkuester/taky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taky.conf
50 lines (41 loc) · 1.32 KB
/
taky.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[taky]
# System hostname
#hostname=taky.local
# The TAK Server nodeId
#node_id=TAKY
# The IP to bind to. Defaults to 0.0.0.0. To use IPv6, set to "::"
#bind_ip=
# The server's public IP address
#public_ip=
[cot_server]
# If left blank, taky will listen on 8087 without SSL, or 8089 with SSL
#port=
# Where to store a log of .cot messages from the client for debug purposes
#log_cot=
# The monitor IP address. Recommend 127.0.0.1
#mon_ip=127.0.0.1
# Pick any port to enable the monitor server (ssl must be enabled)
#mon_port=12345
[dp_server]
# Where user datapackage uploads are stored.
# For quick testing, set to /tmp/taky
#upload_path=/var/taky/dp-user
[ssl]
# SSL is disabled by default. Set enabled to "true" to enable
#enabled=false
# Should taky require clients to have a certificate?
#client_cert_required=false
# The server certificate or certificate+keyfile
#cert=/etc/taky/ssl/server.crt
# Specify the SSL key path
#key=/etc/taky/ssl/server.key
# Specify the SSL key password (if required)
#key_pw=
# Specify an explicit CA certificate
# If left blank, will use system CA certificates
#ca=/etc/taky/ssl/ca.crt
# If you want to use takyctl's build_client, you'll need to specify the
# following items. (`takyctl setup` will build these for you!)
#ca_key=/etc/taky/ssl/ca.key
#server_p12=/etc/taky/ssl/server.p12
#server_p12_key=atakatak