mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-29 05:27:41 +00:00
Merge pull request #481 from simonferquel/ca-propagation
Append CA certificates from the host to the global certificate bundle
This commit is contained in:
commit
a2aa615aeb
@ -33,5 +33,7 @@ start() {
|
|||||||
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user