(ZeroSSL is the default CA of ACME.sh now)
The problem can be observed like this: https://zerossl.com/help/troubleshoot/missing-intermediate-certificate/
The solution is to use the full chain with the node balancer. The simplest change is to update --cert-file to --fullchain-file in "serve.sh"
(ZeroSSL is the default CA of ACME.sh now)
The problem can be observed like this: https://zerossl.com/help/troubleshoot/missing-intermediate-certificate/
The solution is to use the full chain with the node balancer. The simplest change is to update
--cert-fileto--fullchain-filein"serve.sh"