acme.sh
acme.sh copied to clipboard
Can not find conf file for domain
Steps to reproduce
Debug log
acme.sh --issue ..... --debug 2
Just for completeness, thoughts on the issue here:
https://github.com/acmesh-official/acme.sh/commit/06580bf0e457fafb63fdd2e7aa8fad36dfb86d35#commitcomment-54476582
Just for completeness, thoughts on the issue here:
Remove the +
works for me.
Remove +
not works for me. i try acme.sh --upgrade -b dev
but also has the same error.
I've tried half a day for this problem a few days ago, I thought it was my fault. I'm glad to know because of the code. haha.
fixed in dev on commit https://github.com/acmesh-official/acme.sh/commit/5a44e63caddd9fe7b6b039b80a2a78f0d0a39dd9
Remove
+
not works for me. i tryacme.sh --upgrade -b dev
but also has the same error.
the same as me. my env is nginx version: nginx/1.18.0 (Ubuntu) ,acme version is 3.0.5
Same error here
for me , I manually add some config for 443 in nginx.conf
myself. At last , I found that only server for 80 is needed. the server for 443 cause the error.