acme.sh申请 Let's Encryptc,验证无法通过解决
出现问题,虽然用dns验证可以通过,但是个人感觉有点小麻烦
error:run.la:Verify error:Invalid response from http://run.la/.well-known/acme-challenge/xxxxxxxxx:
nginx配置
......
location ^~ /.well-known/acme-challenge/ {
root /home/wwwroot/run.la/;
#/home/wwwroot/run.la/ 改为你的网站目录
}
......