@remis4:
So the ACME action section has THE example i was looking for to restart haproxy. That's simple enough of a fix when my cert renews.
On another note, I wrote a script that works as a cron job in pfSense to update GoDaddy A records.
https://github.com/nkleck/Godaddy-DDNS.git
Its a bit simpler than some of the other options out there, but its written with libraries already available in pfsense FreeBSD python. So you dont have to worry about installing requests, its using urllib2 :-X . The usage is pretty straight forward in the cron job.
2 * * * * root /usr/local/bin/python2.7 /home/<your user="">/godaddy-ddns.py hostname.domain.tld
It also restarts HAProxy at the end of it if a change was detected. Not sure if its needed, as I found today the 'Reload behaviour' checkbox in HAProxy that might do the same thing.</your>
hi, i saw you script for the DNS A record on Godaddy, is it possible to make it work to change the @ record? i'm just to dumb to figure out how to change it :|