[feature] Implement Docker tlsverify option
zedtux opened this issue · 3 comments
zedtux commented
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/.
zedtux commented
It seems that it can be done really easily and fast: https://github.com/excon/excon#https-client-certificate
relistan commented
I'll take a look at this next week after the long holiday weekend. Thanks!
relistan commented
Reviewed on the PR