srkumar1986
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by srkumar1986-
srkumar1986 commented,
Hello, Thank you for that, but I'm looking for the API you're using for CertificateDetails, do you have that? Thank you, Hello Lauren, The Perl Module CertificateDetails that you're looking for...
-
srkumar1986 commented,
Hello, When running the API you shouldn't be using root as the user, you're running the command as root but the user should be the user you want to generate the certificate for. Furthermore, can ...
-
srkumar1986 commented,
Hello, You should be able to use the whmapi1 to call cPapi2 functions the cpanel_jsonapi_user should be the cPanel user w/no password specified. Can you show me an example of the API function you'...
-
srkumar1986 commented,
Thank you Lauren, I have one more clarification. If any of API process needs to be run only on whm root user, Lets take an example off lets encrypt SSL Certificate process, they are guide to run ...
-
srkumar1986 commented,
There is some access rights issues. i have tried to execute this plugin from another user which is running in root. Now i am moving the cPanel plugin into WHM plugin. Thank you.
-
srkumar1986 created a post,
Call Uapi in WHM Plugin
Hello, I have some issues in calling Perl module function from WHM Plugin using uapi. I have read the document that says to call command line and web based. But, i have default function to load ...
-
srkumar1986 commented,
Hello, In addition to the information requested in the previous post, can you also let us know the permission and ownership values you've configured for the /root/letsencrypt/./certbot-auto file? ...
-
srkumar1986 commented,
Thank you of both . Worked as per your instruction . It works fine.!! Thanks Rajkumar
-
srkumar1986 created a post,
Perl system() call throws an error
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 c...
-
srkumar1986 created a post,
Use Perl Module in uapi
Hello, I have perl module contains some functions and i need to access those functions using cpanel uapi in my php ajax calling . can anyone give me an idea how can i achieve this please. Thanks...