[Wed Nov 28 23:16:55 CST 2018] Your cert is in /root/.acme.sh/mydomain.com/mydomain.com.cer [Wed Nov 28 23:16:55 CST 2018] Your cert key is in /root/.acme.sh/mydomain.com/mydomain.com.key [Wed Nov 28 23:16:55 CST 2018] The intermediate CA cert is in /root/.acme.sh/mydomain.com/ca.cer [Wed Nov 28 23:16:55 CST 2018] And the full chain certs is there: /root/.acme.sh/mydomain.com/fullchain.cer # acme.sh --install-cert -d mydomain.com \ --cert-file /etc/nginx/certs/mydomain.com/cert \ --key-file /etc/nginx/certs/mydomain.com/key \ --fullchain-file /etc/nginx/certs/mydomain.com/fullchain \ --reloadcmd "systemctl reload nginx.service" [Wed Nov 28 23:36:31 CST 2018] Installing cert to:/etc/nginx/certs/mydomain.com/cert [Wed Nov 28 23:36:31 CST 2018] Installing key to:/etc/nginx/certs/mydomain.com/key [Wed Nov 28 23:36:31 CST 2018] Installing full chain to:/etc/nginx/certs/mydomain.com/fullchain