Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DomainOffensive (do.de) - please add existing certbot plugin to NPM #2055

@DFS-90

Description

@DFS-90

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

https://my.do.de/api/letsencrypt?token=1md6xRcUCTrB58kbpwAH&domain=_acme-challenge.testdomain.de&value=OVxwaDm7MgN1IRG0eSivJMlepO9CL4X8vKo6Tcns

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    dns provider requestThis issue is a request to integrate a new DNS-challenge provider

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions