I've found the issue with the CA Upload - I'm initialising the folder using your certmgr rather than squid.
I've also made it dual container - one config container, one runtime.
Finally you'll see there's now a firstrun.sh - there's an odd 'invalid cross link' error when downloading the defn files if they're not moved.
From a quick google, I suspect this is a conflict with docker/aufs and the C code - I don't know if it's resolvable in the C code, but the firstrun.sh sorts it out.
Happy to discuss further -- I think this is all the issues that I'm aware of
I've found the issue with the CA Upload - I'm initialising the folder using your certmgr rather than squid. I've also made it dual container - one config container, one runtime.
Finally you'll see there's now a firstrun.sh - there's an odd 'invalid cross link' error when downloading the defn files if they're not moved. From a quick google, I suspect this is a conflict with docker/aufs and the C code - I don't know if it's resolvable in the C code, but the firstrun.sh sorts it out.
Happy to discuss further -- I think this is all the issues that I'm aware of
Please let me know if you find any others
Ian