Skip to content
Snippets Groups Projects
Verified Commit ca90e84a authored by Martin Petráček's avatar Martin Petráček
Browse files

adjusted default paths

parent 578d86aa
No related merge requests found
......@@ -22,7 +22,7 @@
#define DEFAULT_UPSTREAM_SRV "ssl://sentinel.turris.cz:1883"
#define DEFAULT_LOCAL_SOCKET "ipc:///tmp/sentinel_pull.sock"
#define DEFAULT_CA_FILE "/etc/sentinel/ca.crt"
#define DEFAULT_CERT_FILE "/etc/sentinel/router.crt"
#define DEFAULT_KEY_FILE "/etc/sentinel/router.key"
#define DEFAULT_CERT_FILE "/etc/sentinel/mqtt_cert.pem"
#define DEFAULT_KEY_FILE "/etc/sentinel/mqtt_key.pem"
#endif /*__SENTINEL_PROXY_DEFAULT_H__*/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment