Can't get a SSL certificate #4375
-
Hello, at /app/lib/utils.js:16:13 I don't know anything about this stuff honestly. I tried out of curiosity but i can't pass this step. Can someone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By default, the log file
Now you can open the log file using:
You can scroll up and down using arrow keys, Page Up and Page Down. You can quit The content of the log file should help you narrow down the problem. |
Beta Was this translation helpful? Give feedback.
By default, the log file
/tmp/letsencrypt-log/letsencrypt.log
isn't exposed outside the Docker container.When you know the id of the Docker container (you can find it using
docker ps
),then you can enter the docker container using:
Now you can open the log file using:
You can scroll up and down using arrow keys, Page Up and Page Down. You can quit
less
(a file viewer) using the keyq
.The content of the log file should help you narrow down the problem.