Automating Letsencrypt on account creation

RR600

Verified User
Joined
Dec 26, 2019
Messages
58
What I did is to run this on domain_create_post.sh
When I manually run the script I can see it works fine, but when I do it from the hook the certificate is not set.
Maybe I am calling it too early? Maybe some services are being restarted at that same moment?
Any logs I can check to figure what's going on?

Thanks in advance.
 
I'll run it through a cronjob but it would be nice if we could have an extra hook where to run tasks on account creation + 1 minute or something, just to avoid this issue.
Not sure if there is a place where to place features requests.
 
I'll run it through a cronjob but it would be nice if we could have an extra hook where to run tasks on account creation + 1 minute or something, just to avoid this issue.
Not sure if there is a place where to place features requests.

were you able to make it work automatically using cronjob ?
 
I'll run it through a cronjob but it would be nice if we could have an extra hook where to run tasks on account creation + 1 minute or something, just to avoid this issue.
Not sure if there is a place where to place features requests.

its already requested
 
What I did is to run this on domain_create_post.sh
This isn't for constantly running. Its for doing the initial run if you have lots of domains. Its not the AutoSSL of cpanel. That doesn't exist yet.
 
Back
Top