You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the next person that runs into this issue, I was having a problem with certificates not being generated, basically log files saying /etc/acme.sh/ directory could not be grepped or not able to be created.
When i logged into the container i found in the /etc/achm.sh directory three subdirectories, default, my email address and my email address with a space after it.
had a space after it. This messed up the script and no certs could be generated. So for those running into this problem you need to make sure you don't have any trailing spaces !!!!!
-e LETSENCRYPT_EMAIL=matt.dumbuser@icloud.com
The text was updated successfully, but these errors were encountered:
For the next person that runs into this issue, I was having a problem with certificates not being generated, basically log files saying /etc/acme.sh/ directory could not be grepped or not able to be created.
When i logged into the container i found in the /etc/achm.sh directory three subdirectories, default, my email address and my email address with a space after it.
looked like this:
One of my container labels for my email address
had a space after it. This messed up the script and no certs could be generated. So for those running into this problem you need to make sure you don't have any trailing spaces !!!!!
The text was updated successfully, but these errors were encountered: