BirgerK / docker-apache-letsencrypt

This docker-image contains a simple Apache webserver and supports https-encryption by great Let's Encrypt certificates!
68 stars 47 forks source link

UPDATED_DOMAINS Failing #10

Closed gintechsystems closed 5 years ago

gintechsystems commented 5 years ago

When I try to updated my domains I am receiving the following message:

docker exec -it apache-ssl /run_letsencrypt.sh --domains $UPDATED_DOMAINS

Using Let's Encrypt Production environment...

Saving debug log to /var/log/letsencrypt/letsencrypt.log

Plugins selected: Authenticator apache, Installer apache

Obtaining a new certificate

An unexpected error occurred: The request message was malformed :: Error creating new order :: Invalid character in DNS name

Please see the logfiles in /var/log/letsencrypt for more details.

BirgerK commented 5 years ago

Thanks for your issue.

First: has the variable UPDATED_DOMAINS a value? Or is it empty?

Second: what's the content of /var/log/letsencrypt

gintechsystems commented 5 years ago

I did update the value. There was no content in that folder, I will try again and see though.

gintechsystems commented 5 years ago

The content folder is empty and seems to be why it is failing. I don't have much time right now to investigate this to much, so I assume if you tested this based on your response (that folder should have content and the updated_domains has a value is working) then all seems well..