Hello,
just started Rancher with this command for a single node installation:
docker run -d --restart=unless-stopped
-p 80:80 -p 443:443
–privileged
rancher/rancher:latest
–acme-domain <YOUR.DNS.NAME>
The letsencrypt cert is now valid for 3 months.
Is there a way to renew the cert automatically oder do i have to stop the process and start again?
Thanks for advice.