You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run the acme companion in conjunction with the dhi version of nginx on ubuntu using a docker compose setup. The hardened nginx ensures it does not run as root even though it is started with 'sudo docker compose up -d', but that means it cannot read the certificates created by the acme companion which does run as root and restricts access to the owner. I tried experimentally an ACME_POST_HOOK that allows read for all but that does not work. How to properly fix this constellation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I try to run the acme companion in conjunction with the dhi version of nginx on ubuntu using a docker compose setup. The hardened nginx ensures it does not run as root even though it is started with 'sudo docker compose up -d', but that means it cannot read the certificates created by the acme companion which does run as root and restricts access to the owner. I tried experimentally an ACME_POST_HOOK that allows read for all but that does not work. How to properly fix this constellation?
Beta Was this translation helpful? Give feedback.
All reactions