-----END CERTIFICATE----- [Sun Feb 25 02:11:43 PM UTC 2024] Your cert is in: /root/.acme.sh/basi-a.top_ecc/basi-a.top.cer [Sun Feb 25 02:11:43 PM UTC 2024] Your cert key is in: /root/.acme.sh/basi-a.top_ecc/basi-a.top.key [Sun Feb 25 02:11:43 PM UTC 2024] The intermediate CA cert is in: /root/.acme.sh/basi-a.top_ecc/ca.cer [Sun Feb 25 02:11:43 PM UTC 2024] And the full chain certs is there: /root/.acme.sh/basi-a.top_ecc/fullchain.cer
server { listen 443 ssl; listen [::]:443 ssl; server_name basi-a.top; server_name www.basi-a.top; ssl_certificate /path/to/ssl/basi-a.top.fullchain.cer; ssl_certificate_key /path/to/ssl/basi-a.top.key; root /path/to/xxx; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404. try_files $uri $uri/ =404; } } server { listen 80; listen [::]:80;