acme.sh can not renew the nginx server certification
If you have redirect port 80 to 443 at nginx.conf ,the renew will failed as it gave error: Cannot find config file for domain cloudzhong.top Though it is already solved…
If you have redirect port 80 to 443 at nginx.conf ,the renew will failed as it gave error: Cannot find config file for domain cloudzhong.top Though it is already solved…
Using acme.sh to automatically renew certification. but it is failed. let us looks the detailed information. acme.sh --renew-all [Sun Aug 18 06:40:03 GMT 2024] Cannot find config file for domain…
申请免费证书 we will use acme.sh to apply certification, So first install acme.sh curl https://get.acme.sh | sh -s email=example@yourmail.com request certification for Nginx server, this command only works for Nginx server.…