Hello,
I am back with another issue in cPanel-Perl Call.
My Perl Module function has some system() command to execute
below is a piece of code
my $command = "/root/letsencrypt/./certbot-auto certonly --standalone -n -d ". $domainname ." -w ". $webroot;
system ($command);
my code always ends with below error response which is from "error_log"
[2018-04-09 12:21:14 -0500] warn [Internal Warning while parsing unknown 13256] Can't exec "/root/letsencrypt/./certbot-auto": Permission denied at /usr/local/cpanel/Cpanel/API/CertificateDetails.pm line 80.
I think its very chilly mistake, but i couldn't able to find so far. Can anyone help to resolve this please.
Thanks in advance
Rajkumar
I am back with another issue in cPanel-Perl Call.
My Perl Module function has some system() command to execute
below is a piece of code
my $command = "/root/letsencrypt/./certbot-auto certonly --standalone -n -d ". $domainname ." -w ". $webroot;
system ($command);
my code always ends with below error response which is from "error_log"
[2018-04-09 12:21:14 -0500] warn [Internal Warning while parsing unknown 13256] Can't exec "/root/letsencrypt/./certbot-auto": Permission denied at /usr/local/cpanel/Cpanel/API/CertificateDetails.pm line 80.
I think its very chilly mistake, but i couldn't able to find so far. Can anyone help to resolve this please.
Thanks in advance
Rajkumar