Actions
Bug #15229
closedACME DNS-Selfhost verification issues
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All
Description
When using Selfhost.de DNS verification and entering the requested information the renewal is not working.
To make it work the following amendments are required:
1. Update /usr/local/pkg/acme/acme.inc - line 1317
$acme_domain_validation_method['dns_selfhost'] = array('name' => "DNS-Selfhost",
'fields' => array(
'SELFHOSTDNS_USERNAME' => array('name' => "selfhostdns_username", 'columnheader' => "Username (customer number - not email address or DynDNS account)", 'type' => "textbox",
'description' => "Username"
),
'SELFHOSTDNS_PASSWORD' => array('name' => "selfhostdns_password", 'columnheader' => "Password", 'type' => "password",
'description' => "Password"
),
'SELFHOSTDNS_MAP' => array('name' => "selfhostdns_map", 'columnheader' => "RecordID (found in brackets when editing the record)", 'type' => "textbox",
'description' => "SELFHOSTDNS_MAP"
)
));
2. Additional the password requires additional conversion to not break the URL syntax.
For example the letter '#' needs to be converted to '%23'
Updated by Jim Pingle about 1 year ago
- Project changed from pfSense to pfSense Packages
- Category changed from Administrivia to ACME
- Release Notes deleted (
Default)
Updated by Jim Pingle 12 months ago
- Status changed from New to In Progress
- Assignee set to Jim Pingle
Updated by Jim Pingle 12 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Fixed in ACME pkg v0.8
Actions