-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bookmyname dns api integration in acme.sh #1740
Comments
@1000i100, I didn't expected to bump into you via a google search ! :D Pretty funny. Hope you are going well 🌻 |
FYI, the acme.sh released today finally embarked BMN support. |
I've just tryed, but i fail to cert with bookmyname :
|
Can you try with a larger dnssleep, like, say, 1800, at least one time for testing ? |
Yep, i just launch it, see you in half an hour ;) |
It fail the same way :/
|
Interesting... After the API call, I do see the TXT record in their web interface: but it does /not/ appear (yet ?) in nsa/nsb/nsc.bookmyname.com (checked by drill txt _acme-challenge.domain.tld @nsc.bookmyname.com Wonder if something is wrong with them. I'll try to get a contact there... |
Ok, it /does/ appears in nsa/b/c, but it takes around 200 seconds. given the dnssleep at 600, it should work. 290 seconds to wait now ;) |
Hmm, it's a success, I did get a correct certificate. It also deleted the "old" txt. dnssleep at 600 is sufficient, given it takes ~200 seconds to update the real NS. Ah, I never tried with zero-ssl, though. Can you try again with a letsencrypt certificate, to see if there's any difference there ? Something like acme.sh --issue --keylength ec-256 --dns dns_bookmyname -d DOMAINE1.fr -d *.DOMAINE1.fr --dnssleep 600 --debug --server letsencryptand deleting the potentially existing CSR / domain stuff from the previous attempt ? Also please try with only one domain, and check that they are in "dnsperso" config. Thanks ! |
fwiw i've been able to generate a cert with letsencrypt via |
Hi,
I have some domain-name with bookmyname registar.
They have an api : https://api.doc.bookmyname.com/
But not handled by acme.sh today :https://github.com/acmesh-official/acme.sh/wiki/dnsapi
if somebody publish the script, i will be happy.
if not, some help about how to write it myself is welcome.
Thanks for acme.sh !
The text was updated successfully, but these errors were encountered: