diff --git a/Divorce-Your-Linux-Admin.rst b/Divorce-Your-Linux-Admin.rst index ae734f1..2155057 100644 --- a/Divorce-Your-Linux-Admin.rst +++ b/Divorce-Your-Linux-Admin.rst @@ -259,6 +259,15 @@ Procedure +++++++++ +.. Note:: If you're doing this behind a proxy, you may need to + configure things to get around man-in-the middle madness + introduced by many enterprise proxies. This is only for + the build phases, it is not needed to run the resulting + packages:: + + echo insecure >> ~/.curlrc + git config --global http.sslVerify false + First, we're going to create the bootstrap instance: 1) Create a new docker image. Log in as or become root on it.