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. crt.sh | 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:
twthegamer.me (sub: cloud.twthergamer.me)
I ran this command:
docker-compose up -d
It produced this output:
letsencrypt-companion_1 | Info: running acme-companion version v2.1.0-28-g1785bc5
letsencrypt-companion_1 | Info: Custom Diffie-Hellman group found, generation skipped.
letsencrypt-companion_1 | Reloading nginx proxy (c4e236a2361c252ece3a680426dc8cfe64d81fba31993b57fcc716affa758db4)...
letsencrypt-companion_1 | 2021/10/12 23:08:37 Contents of /etc/nginx/conf.d/default.conf did not change. Skipping notification ''
letsencrypt-companion_1 | 2021/10/12 23:08:37 [notice] 53#53: signal process started
letsencrypt-companion_1 | 2021/10/12 23:08:37 Generated '/app/letsencrypt_service_data' from 6 containers
letsencrypt-companion_1 | 2021/10/12 23:08:37 Running '/app/signal_le_service'
letsencrypt-companion_1 | 2021/10/12 23:08:37 Watching docker events
letsencrypt-companion_1 | 2021/10/12 23:08:38 Contents of /app/letsencrypt_service_data did not change. Skipping notification '/app/signal_le_service'
letsencrypt-companion_1 | Reloading nginx proxy (c4e236a2361c252ece3a680426dc8cfe64d81fba31993b57fcc716affa758db4)...
letsencrypt-companion_1 | 2021/10/12 23:08:40 Contents of /etc/nginx/conf.d/default.conf did not change. Skipping notification ''
letsencrypt-companion_1 | 2021/10/12 23:08:40 [notice] 79#79: signal process started
letsencrypt-companion_1 | Creating/renewal twthegamer.me certificates... (twthegamer.me)
letsencrypt-companion_1 | [Tue Oct 12 23:08:43 UTC 2021] Using CA: https://acme-v02.api.letsencrypt.org/directory
letsencrypt-companion_1 | [Tue Oct 12 23:08:43 UTC 2021] Creating domain key
letsencrypt-companion_1 | [Tue Oct 12 23:08:48 UTC 2021] The domain key is here: /etc/acme.sh/tewhitesca109@gmail.com/twthegamer.me/twthegamer.me.key
letsencrypt-companion_1 | [Tue Oct 12 23:08:48 UTC 2021] Single domain='twthegamer.me'
letsencrypt-companion_1 | [Tue Oct 12 23:08:48 UTC 2021] Getting domain auth token for each domain
letsencrypt-companion_1 | [Tue Oct 12 23:08:50 UTC 2021] Getting webroot for domain='twthegamer.me'
letsencrypt-companion_1 | [Tue Oct 12 23:08:50 UTC 2021] Verifying: twthegamer.me
letsencrypt-companion_1 | [Tue Oct 12 23:08:54 UTC 2021] twthegamer.me:Verify error:Invalid response from http://twthegamer.me/.well-known/acme-challenge/q-_MdV0EAk19T5xDZ1CEBVDTBROd9aMycTCXw1YG0mo [66.96.162.132]:
letsencrypt-companion_1 | [Tue Oct 12 23:08:54 UTC 2021] Please check log file for more details: /dev/null
letsencrypt-companion_1 | Sleep for 3600s
My web server is (include version):
No webserver, here is part of my docker-compose setup:
proxy:
build: ./proxy
restart: always
ports:
- 80:80
- 443:443
labels:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
volumes:
- certs:/etc/nginx/certs:ro
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
networks:
- nextcloud_network
letsencrypt-companion:
image: nginxproxy/acme-companion:latest
restart: always
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- nextcloud_network
depends_on:
- proxy
The operating system my web server runs on is (include version):
ubuntu server 21.xx
My hosting provider, if applicable, is:
I am self-hosting the server, Domain is managed through domain.com
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
Do not know, I think it is v2.0