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
fix: ensure proper directory ownership for CA certificate storage
When running under sudo, the config directory was created by root but
the subprocess runs as the original user, causing permission issues.
Now the directory ownership is changed to the original user after
creation, ensuring the subprocess can access certificate files.
Co-authored-by: f0ssel <[email protected]>
0 commit comments