Merge pull request #481 from simonferquel/ca-propagation

Append CA certificates from the host to the global certificate bundle
This commit is contained in:
Justin Cormack 2016-09-08 14:14:40 +01:00 committed by GitHub
commit a2aa615aeb

View File

@ -32,6 +32,8 @@ start() {
echo " gateway ${GW}" >> /etc/network/interfaces echo " gateway ${GW}" >> /etc/network/interfaces
echo " metric 200" >> /etc/network/interfaces echo " metric 200" >> /etc/network/interfaces
fi fi
mobyconfig exists etc/ssl/certs/ca-certificates.crt && mobyconfig get etc/ssl/certs/ca-certificates.crt >> /etc/ssl/certs/ca-certificates.crt
eend 0 eend 0
} }