newrelic/centurion

[feature] Implement Docker tlsverify option

zedtux opened this issue · 3 comments

In order to increase the security of the deployment process
As a centurion instance
I want to use the --tlsverify flag
So that centurion is using my TLS certificates in order to establish the connections to the servers

All the procedure to make it work with the TLS certificates is well described here: http://sheerun.net/2014/05/17/remote-access-to-docker-with-tls/.

It seems that it can be done really easily and fast: https://github.com/excon/excon#https-client-certificate

I'll take a look at this next week after the long holiday weekend. Thanks!

Reviewed on the PR