runfalk / certbot-dns-loopia

Loopia DNS authentication plugin for Certbot
Other
36 stars 11 forks source link

Plugin does not exist. #4

Closed CraXyOW3 closed 5 years ago

CraXyOW3 commented 6 years ago

Get an error running certbot -a certbot-loopia:credentials But running certbot -a certbot-loopia:auth is valid.

Also, how to predefine credentials.ini locations?

runfalk commented 6 years ago

I haven't tried the program in a while, but it should work like this:

certbot certonly --text --authenticator certbot-loopia:auth --certbot-loopia:auth-credentials credentials.ini -d www.your-domain.com

The credentials.ini should be set up as described in the README:

certbot_loopia:auth_user = user@loopiaapi
certbot_loopia:auth_password = passwordgoeshere
coddan-zz commented 5 years ago

That did not work for me atleast.

runfalk commented 5 years ago

If you want help I need more information. What command are you trying to run and what is your error message?

runfalk commented 5 years ago

@CraXyOW3 could you try the updated instructions in the README? Note the added sudo for the commands.

CraXyOW3 commented 5 years ago

If I recall correctly I did use sudo when I set it up with the info you gave in this issue. After that, the script has been running flawlessly for a year with exactly 0 faults and 100% success rate.

Technically only like 4 times, but with no problems, due to letsencrypts 90 days intervall.

Did the same procedure for a friend and no problems there either.

I'd suggest @coddan should add more information of his problem.

runfalk commented 5 years ago

Thank you for your quick reply. I'll close this issue and @coddan should open a new one if his issue persists.