ACME with Schlundtech (german provider)
-
If your domain is hosted at schlundtech.de and you want to use ACMEv2 for wildcard certificates you might like to use this quick and dirty "hack" of acme 0.5.5...
In
/usr/local/pkg/acme/acme.inc
changefrom
$acme_domain_validation_method['dns_autodns'] = array('name' => "DNS-autoDNS from InternetX",
to
$acme_domain_validation_method['dns_autodns'] = array('name' => "DNS-autoDNS from SchlundTech",
In
/usr/local/pkg/acme/dnsapi/dns_autodns.sh
changefrom
AUTODNS_API="https://gateway.autodns.com"
to
AUTODNS_API="https://gateway.schlundtech.de"
Configuration Hint:
- User is your schlundtech WebInterface username
- Password is the password used there
- Context is "10"
BeAware: This will not survive any package updates or reinstalls...
-
You could submit a new script upstream to acme.sh to support that provider. We add new providers as they get added to acme.sh, so then it would stay.
-
@jimp said in ACME with Schlundtech (german provider):
You could submit a new script upstream to acme.sh to support that provider. We add new providers as they get added to acme.sh, so then it would stay.
Been there, done that, failed...
Obviously I am not smart enough to succeed... : - / ...
Might give it another try when I finished my core problem of distributing the cert throughout the company...Cheers...
-
...meanwhile someone integrated schlundtech into acme.sh and the upstream found it's way into the pfsense acme plug in...