Scenario: Sometimes we get a request from the Customer to when requesting a certificate via API https://secure.comodo.com/products/!decodeCSR and gets an error -4 Unregistrable Domain Name!
The CN is 100% legit, FQDN and registered domain name, so why this strange message about the wrong domain name?
In this case, we need to email DBA with the required details below to override the domains from the Public Suffix list.
PSL https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat#L10973
Query for Overriding domains in PSL
UPDATE WWW.PUBLIC_SUFFIX_LIST
SET IS_EXCEPTION_RULE = -1
WHERE PUBLIC_SUFFIX in ( '.jdevcloud.com', '.wpdevcloud.com', '.cloudaccess.host', '.freesite.host', '.cloudaccess.net');
To: dba.comodoca.com
cc: [email protected]
Subject: Update Public Suffix List
Sales Force Case ID #
Customer Account #
Domain Names #
Error Message #
PSL # https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat#L10973
Once you its updated Customer would be able to request for the cert without any problem.