We have delveoped a couple of registrar modules where they now support DNSSEC as they support entries via API calls.
As Z3120 in this request for Enom (
https://requests.whmcs.com/topic/enom-dnssec-management)
We also would like to have the possiblity to make support for DNSSEC into our custom registrar modules. With the basic functions of Enable, Deactivate and fetch records as a minimum for Cpanel servers if this is configured within whmcs.
Cpanel via the UAPI (
https://documentation.cpanel.net/display/DD/Guide+to+UAPI) support DNSSEC functions and have functions for like
DNSSEC:: disable_dnssec -
DNSSEC:: enable_dnssec
DNSSEC:: fetch_ds_records
As WHMCS now is owned by Cpanel we hope that this can be considered quickly and allready have it in WHMCS 7.9 as it shouldnt be to hard to integrate.
Suggestion for new functions
yourmodulename_dnssec_enable <-- enable dssec on domain on cpanel servers
yourmodulename_dnssec_disable <-- disable dssec on domain on cpanel servers
Suggestion for new parameters
$dnssecfetch <--- fetching dnssrecords
2 Comments
Login to post a comment.