The server will not issue certificates for the identifier

I am having some issue on the following error below .Kindly assist how to resolve

Requesting a certificate for company-crm-api.test
An unexpected error occurred:
The server will not issue certificates for the identifier :: Error creating new order :: Cannot issue for "company-crm-api.test": Domain name does not end with a valid public suffix (TLD)

1 Like

Welcome to the Let's Encrypt Community, Bernard :slightly_smiling_face:

Let's Encrypt only issues certificates for domain names for which it can publicly verify control/ownership. This obviously does not include domain names that are not able to be publicly registered (as they do not have public DNS zones).

6 Likes

Hi Griffin

I have tried different names but still, I am getting the same problem. Eg company-crm-api.test, company-crm-api.com , company-crm.com .

1 Like

You get this error:

for these domain names?

company-crm-api.com
company-crm.com

2 Likes

What is the best way to create the domain name as you said in the last reply? Any example Mr Griffin

1 Like

Let's Encrypt will only issue certificates for a public domain that you own, or over which you can demonstrate control. So the first point is that there must be a real, live domain, which you can buy at any domain registrar. Examples of registrars would be name.com, easydns.com, namecheap.com, and many others.

4 Likes

I don't have a live domain at the moment, I am running my application as local in Laravel application(company-crm) . This name isn't registered as a live domain.

APP_NAME="Laravel CRM"
APP_ENV=local
APP_KEY=base64:Xo04J/2j1GeblJN1hAEPoHAbHvfYx2oyfCOEcbDVnf0=
APP_DEBUG=true
APP_URL=https://company-crm.localhost

PROJECT_NAME =company-crm
APP_DOMAIN =company-crm.localhost

1 Like

Then you will be unable to get a cert from Let's Encrypt until you change that.

4 Likes

Thanks

2 Likes

I concur with @danb35. Sorry for the delay in response.

2 Likes

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