remilapeyre / vault-acme

Mozilla Public License 2.0
94 stars 24 forks source link

acme: could not determine solvers #36

Open jorgejarne opened 2 years ago

jorgejarne commented 2 years ago

Hi! I have created the role and the account as explained in the repository documentation:

image image

However, when I try to get a certificate, I get this error message:

image

Does someone know how to solve it? Thanks in advance.

remilapeyre commented 2 years ago

Hi @jorgejarne, thanks for opening this issue.

I'm not sure you've set up dns_resolvers properly, can you please try setting up the account with dns_resolvers="ns41.cloudns.net,ns42.cloudns.net,ns43.cloudns.net"?

jorgejarne commented 2 years ago

Thanks for your answer @remilapeyre, I have tried that but I still get the same error.

jorgejarne commented 2 years ago

I am still having the same issue. @remilapeyre another question. The input parameters to create or update an ACME account are the next ones:

image

However, I must set “dns_resolvers” instead of “dns_resolver”, if not the plugin doesn’t get the list of DNS resolvers.

image

Could it be related to my issue?

gardar commented 2 years ago

I am still having the same issue. @remilapeyre another question. The input parameters to create or update an ACME account are the next ones:

image

However, I must set “dns_resolvers” instead of “dns_resolver”, if not the plugin doesn’t get the list of DNS resolvers.

image

Could it be related to my issue?

That appears to be a typo in the docs, the proper option is dns_resolvers and not dns_resolver, opened a PR to fix it #38