I have been using lately Traefik to generate certificates, but I would like to save me one more service in my stack, if there is already a way with Docker and Nginx, without relying on others like Traefik or NginxProxyManager services?
I'm not sure I understand your question exactly [perhaps lost in translation].
I will do my best to answer it as I see it written.
There exists plenty of ways to generate certs with:
- nginx [and an ACME client]
- docker [and an O/S image and an ACME client]
- docker + nginx [and an O/S image and an ACME client]
There is nothing "new" about any of these methods that I am aware of.
If you would like to "save" memory or save on any other system resources, then using only an ACME client in --standalone
mode would be the least impactful.
4 Likes
NginxProxyManager is a terrible piece of software if you'd ask me.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.