I couldn't find more details about this DA post script taskq_dns_post.sh. The best documentation I found is here but it doesn't have much info: https://www.directadmin.com/features.php?id=2127
My question is, when I do wildcard certificate request, I notice that letsencrypt calls taskq_dns_post.sh more than 1 time and it will end depending if the cert request is success or not, if not success it will call until success. but is there a variable that is passed to this hook script to determine that the script has finished call taskq_dns_post.sh ? I want to use this variable to write a log file in taskq_dns_post.sh when the script has finished call.
My question is, when I do wildcard certificate request, I notice that letsencrypt calls taskq_dns_post.sh more than 1 time and it will end depending if the cert request is success or not, if not success it will call until success. but is there a variable that is passed to this hook script to determine that the script has finished call taskq_dns_post.sh ? I want to use this variable to write a log file in taskq_dns_post.sh when the script has finished call.
Last edited: