Project

General

Profile

Actions

Feature #16150

closed

Add DNS API mijn.host

Added by Finger Print 19 days ago. Updated 18 days ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
ACME
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:

Description

Is it possible to add DNS API support for provider mijn.host in the ACME package?
It's already available in the original ACME code https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_mijnhost.sh

Steps to implement:
Add the dns_mijnhost.sh file from the official acme repository to /usr/local/pkg/acme/dnsapi.
Also add following code to /usr/local/pkg/acme/acme.inc.

$acme_domain_validation_method['dns_mijnhost'] = [
    'name' => 'DNS-mijn.host',
    'fields' => [
        'MIJNHOST_API_KEY' => [
                'name' => 'MIJNHOST_API_KEY',
                'description' => 'mijn.host API key',
                'columnheader' => 'API Key',
                'type' => 'password',
                ],
        ]
];
Actions #1

Updated by Jim Pingle 18 days ago

  • Status changed from New to Rejected

We pick up new compatible providers when we sync with upstream, no need to track them with separate feature requests.

Actions

Also available in: Atom PDF