acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.27k stars 4.96k forks source link

Core-Networks Support #1763

Open macatgit opened 6 years ago

macatgit commented 6 years ago

Core-Networks offers a DNS-API to update zones on their name-servers.

Core-Networks is a German Provider https://www.core-networks.de/

The German Documentation is found under https://beta.api.core-networks.de/doc/

It would be greatly appreciated if you will support this provider.

Thank You.

Neilpang commented 6 years ago

As a quick workaround, you can use our dns alias mode for now: https://github.com/Neilpang/acme.sh/wiki/DNS-alias-mode

macatgit commented 6 years ago

But you need another domain: "aliasDomainForValidationOnly.com", which has a supported dns api?

MAGICCC commented 6 years ago

Indeed

chris42 commented 6 years ago

+1 looking for this as well Alias verification is not an option right now, as I do not have another Domain.

Hoellenwesen commented 5 years ago

I wrote a dns API script for core-networks. I have not made a pull request yet but if you already want to use it, here is the link to my repo: https://github.com/Hoellenwesen/acme-scripts

Feedback is very welcome

macatgit commented 5 years ago

Fantastic, I have just tried it and it works great. Thank you for your work.

chris42 commented 5 years ago

Thank you for your work, I think now we have two to chose from? See #2143