Requested domain is not a FQDN because it contains an empty label

Lets Encrypt kullanarak certbot komutu ile sertifika üretimi yaparken aşağıdaki hatayı alıyorsanız çözümü aslında çok basit.

Requested domain  is not a FQDN because it contains an empty label

 

Kullandığınız komuttaki domainler arası boşlukları silmeniz gerekir.

Örnek Kod:

 
certbot certonly --webroot --agree-tos -w /home/muslu/django/hoskia/ -d hoskia.com,BURADABOŞLUKOLMAMALIwww.hoskia.com
Doğru yazılış:
 
certbot certonly --webroot --agree-tos -w /home/muslu/django/hoskia/ -d hoskia.com,www.hoskia.com,mail.hoskia.com
 
  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

certbot: error: unrecognized arguments: update_account hatası çözümü?

certbot: error: unrecognized arguments: update_account add-apt-repository...

Let's Encrypt ACMEv1 protocol. You should upgrade to an ACMEv2 hatası.

Let's Encrypt ACMEv1 protocol. You should upgrade to an ACMEv2 hatası nasıl çözülür?   Lets...

Lets Encrypt Certbot DNS ile nasıl ücretsiz SSL kullanılır?

Let's Encrypt ile ücretsiz SSL kullanmak isterseniz ve bunu DNS katmanında ki doğrulama ile...

Lets Encrypt Certbot account delete, deactive

Lets Encrypt Certbot kullanırken birden fazla hesap oluşturuldu ve otomatik SSL sertifikası...

Centos 7 Nginx kurulu sunucuda Let's Encrypt ile SSL Oluşturma

Centos 7 işletim sistemine sahip sunucuda nginx üzerinden yayınladığınız domaininiz için...