Replies: 1 comment
-
So I am using My reload command calls a shell script that copies the generated certs to the specific directory and then restarts the controller: cp /path/to/my/certs/from/acme.sh/fullchain.cer /data/omada-controller/cert/tls.crt
cp /path/to/my/certs/from/acme.sh/my.domain.key /data/omada-controller/cert/tls.key
docker restart -t 30 omada-controller |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Controller Version
5.15.20.10
Describe Your Issue or Question
I'm looking for examples or suggestions on how best to automate letsencrypt certificate renewal and container cycling when renewed. I previously manually managed my omada controller install (non-dockerized) and set up certbot, but never got to fully automating the cert renewal there... I'm guessing this is a solved problem folks have good experience with and I can learn from and copy some tried and working approaches. I'm especially interested in folks who use a wildcard certificate for omada (installed, not proxied) but also use that same wildcard cert for other services - e.g. copying it from certbot or another solution to the SSL_CERT_NAME location while also copying it to other locations...
Expected Behavior
Letsencrypt certificate auto-renews before expiration
Steps to Reproduce
n/a
How You're Launching the Container
Container Logs
MongoDB Logs
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions