Hey Folks,
Yeah I had the same issue but was able to resolve it by performing the following steps
- Get to where it fails to verify the challenge within TinyCP
- Navigate to /opt/tinycp
- perform chmod +x on the following folders
- opt/tinycp/domains
- opt/tinycp/domains/<domain.name>
- opt/tinycp/domains/<domain.name>/ssl
- opt/tinycp/domains/<domain.name>/ssl/acme
- opt/tinycp/domains/<domain.name>/ssl/acme/challenges
- navigate to opt/tinycp/domains/<domain.name>/ssl and perform the following command
- chown -R www-data:www-data acme
- Restart Apache (service apache2 restart)
This should be updated in the process by the TinyCP Folks