Page 1 of 1

Let's Encrypt cert

Posted: Sat Apr 05, 2025 9:53 am
by SnArL817
Let me preface this by stating that I do NOT allow ingress to the NAS from my public IP. I have an ssh service running on a hardened VM, and Wireguard running on a dedicated VM. All of this is set up via port forwarding.

I have a service I'd like to run where the client needs an SSL connection, and it can be fronted with nginx. I have DDNS enabled, which gives me a hostname. I enabled the SSL cert from Let's Encrypt.
Where can I obtain the cert, key, and key passphrase? I need to add them to my nginx instance. Again, under NO circumstances will I allow ANY traffic to ingress from the internet to the NAS: nginx will be running on one of my docker servers, and port 8443 will be forwarded to the nginx container.

Re: Let's Encrypt cert

Posted: Sat Apr 05, 2025 10:09 am
by SnArL817
If anyone's curious, I found it in /etc/config/QcloudSSLCertificate/cert/ on the NAS. The cert expiry looks to be only 3 months out, so I'll need to setup a cron job to export the new cert after it renews.