edgexfoundry / export-go

Apache License 2.0
5 stars 8 forks source link

Added mqtts support #17

Closed chenchix closed 6 years ago

chenchix commented 6 years ago

Added two environment variables to define where cert and key are.

EXPORT_DISTRO_MQTTS_CERT_FILE EXPORT_DISTRO_MQTTS_KEY_FILE

And following the same behaviour as other env variables, and can be overwritten by consul configuration.

Signed-off-by: chencho smunoz@caviumnetworks.com

janko-isidorovic commented 6 years ago

@chenchix can you please resolve the conflicts.

chenchix commented 6 years ago

Conflicts fixed

chenchix commented 6 years ago

I was adding what Fede commented but you were faster than me, @janko-isidorovic :)

I will open a new PR