Actions
Feature #16150
closedAdd DNS API mijn.host
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',
],
]
];
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