eugene-khyst / letsencrypt-docker-compose

Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names. Configuration is done using a simple CLI tool.
Apache License 2.0
473 stars 218 forks source link

Can't create new cert ( openssl: not found ) #29

Closed steklopod closed 1 year ago

steklopod commented 1 year ago

I added new domain to existing domains according the instruction: https://github.com/evgeniy-khist/letsencrypt-docker-compose#adding-a-new-domain-to-a-running-solution

docker compose down
docker compose up -d
docker compose logs -f
Снимок экрана 2022-11-27 в 16 26 41 Снимок экрана 2022-11-27 в 16 28 06

Maybe I need to do something additional? For example to remove some volumes or smth else...