-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
What provider would you like to see added to NPM?
DomainOffensive (do.de)
Have you checked if a certbot plugin exists?
https://pypi.org/project/certbot-dns-do/0.31.0/
Thanks in advance,
David
old version (before edit):
What provider would you like to see added to NPM?
DomainOffensive (do.de)
Have you checked if a certbot plugin exists?
Not sure if that helps, but DomainOffensive offers a LetsEncrypt API:
first method: acme.sh:
export DO_LETOKEN="02pAPacMv1yNnUzSDR75"
acme.sh --issue --dns dns_doapi -d meineDomain.de -d *.meineDomain.de
second method: GET-Request:
example
parameters:
token= - auth token
domain= - full domain name, including _acme-challenge as well as subdomains
value= - value for TXT record
answer:
{
"kdn": "1234",
"domain": "testdomain.de",
"success": true
}
Please also see:
https://blog.ichalsroot.de/letsencrypt-wildcard-ssl-zertifikate-mit-domain-offensive/
Thanks in advance,
David