David Kerr

Results 73 comments of David Kerr

@maks2018 Can you try with the version of the plugin at https://github.com/dkerr64/acme.sh/blob/FreeDNS/dnsapi/dns_freedns.sh I am still waiting for @Neilpang to merge PR #2434 and it would help if you could confirm...

Pleased to inform that PR #2434 has been merged into the acme.sh dev branch. When 2.8.4 is released it will contain the fix to problems reported above with _egrep_o(). In...

Adding a note to this thread that issue https://github.com/Neilpang/acme.sh/issues/2536 was opened reporting a problem with use of [:space:] in tr command. Unfortunately this did not get to my attention until...

> Whenever I enter the correct user credentials for FreeDNS in the acme package of PFsense I get: FreeDNS login failed for user xxxx > Pfsense 2.4.5 > Acme.sh 2.8.6...

> So it appears that the while the response is a 200, meaning a successful login, the response content being saved from the script logging in does not include the...

> But changing it to this is what worked for me: > FREEDNS_User=username > FREEDNS_Password=password Good, I'm glad you figured it out. To reply to your earlier question, you could...

@as400l I just saw a similar error myself when trying to renew a certificate with an overnight cron job. Unfortunately when I tried to manually renew from command line it...

Your config file is missing statements to tell ddclient how to find your public IP address. You need at a minimum a `ip=` statement.

The `use=if` option will be the most efficient... but it will only work if you are running ddclient on a system that is directly connected to the internet, so the...

> I don't understand The purpose of ddclient is to update the **_public_** IP address of your server for your domain name at a DNS service. ddclient needs to obtain...