"[Domain] is not a issued domain, skip"

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: radical-4.com

I ran this command: acme.sh --renew -d radical-4.com

It produced this output: ‘radical-4.com’ is not a issued domain, skip

My web server is (include version): Apache

The operating system my web server runs on is (include version): linux

My hosting provider, if applicable, is: InMotionHosting.com

I can login to a root shell on my machine (yes or no, or I don’t know): no

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): cPanel but not for LetsEncrypt renewals

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): acme.sh v2.8.6

Unable to renew a batch of certificates because one of the domains is no longer in existence. Running acme.sh --renew -d trillionpictures.com triggers all the associated domains to renew as well, including radical-4.com, which causes an error:

radical-4.com:Verify error:Invalid response from http://radical-4.com/.well-known/acme-challenge/5lLp6O1uSfMXxY9546gJLNRs4SR3jEWP6t7XC9kdpaM [198.54.117.197]:
Please check log file for more details: acme.sh.log
which shows radical-4.com is not a issued domain, skip.

I tried acme.sh --remove -d radical-4.com but get the same error.

So for the moment I’m stuck: Can’t renew because the domain doesn’t exist, and can’t remove it either. Is there another way to tell acme.sh to skip an non-existent domain?

1 Like

--renew is supposed to be used with a certificate that already exists.

acme.sh is saying that you don’t have an existing certificates with that name.

Check the output of:

acme.sh --list

for the name of your existing certificates.

1 Like

Thanks _az, I do see the domain listed in acme.sh --list. I’m guessing there’s a file somewhere on the system where that can be edited out?

1 Like

Hi @ovunque

checking your domain there is a parking page - https://check-your-website.server-daten.de/?q=radical-4.com

This domain is registered at Namecheap This domain was recently registered at Namecheap. Please check back later! radical-4.com This domain is registered at Namecheap This domain was recently registered at Namecheap. Please check back later! radical-4.com 2020 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers. Privacy Policy

and 4 different ip addresses.

Host Type IP-Address is auth. ∑ Queries ∑ Timeout
radical-4.com A 198.54.117.197 Atlanta/Georgia/United States (US) - Namecheap No Hostname found yes 1 0
A 198.54.117.198 Atlanta/Georgia/United States (US) - Namecheap No Hostname found yes 1 0
A 198.54.117.199 Atlanta/Georgia/United States (US) - Namecheap No Hostname found yes 1 0
A 198.54.117.200 Atlanta/Georgia/United States (US) - Namecheap No Hostname found yes 1 0
AAAA yes

Runs your acme.sh there?

If not, first step: Change your A-records.

Edit: whoops, I misread your post a little bit.

If you want to remove an existing domain from your certificate, you might be able to modify the Le_Alt line in ~/.acme.sh/trillionpictures.com/trillionpictures.com.conf and remove radical-4.com from it.

Then when you run the below, it should hopefully perform a renewal without including radical-4.com:

acme.sh --renew -d trillionpictures.com
2 Likes

Hah, yes, it’s an expired domain that’s not being renewed. The goal is to get rid of it from acme.sh

1 Like

_az, Thanks for solution and a quick one at that! Perfect!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.