Back to Changelog
v1.0.191
Fix SSL certificate upload 500 error: SSL directory now created with user ownership
Bug Fixes
3- SSL certificate upload no longer returns 500 Internal Server Error when the SSL directory does not exist
- SSL directory is now created with correct user ownership using CreateDirectoryAsUserSudo (mode 0755) instead of os.MkdirAll which created it as root:root
- Subsequent sudo -u user file operations (WriteFileAsUserSudo) now succeed because the target directory is owned by the correct user