You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ZeroSSL and have noticed that I am creating multiple certificates for the same domain.
Could you try to clarify the issue you're experiencing ?
I have a domain, let's call it example.tld. In my ZeroSSL dashboard, I have like 20 issued ssl certs for this domain.
This usually happens when I am updating the container by using watchtower. Instead, using the old cert acme creating a new one.
The nginxproxy/acme-companion container requires a volume mounted to /etc/acme.sh for certificate persistance since version 2.0.0.
Check this paragraph at the beginning of the README:
Required read if you use the latest version : the v2.0.0 release of this project mark the switch of the ACME client used by the Docker image from simp.le to acme.sh. This switch result in some backward incompatible changes, so please read this issue and the updated docs for more details before updating your image. The single most important change is that the container now requires a volume mounted to /etc/acme.sh in order to persist ACME account keys and SSL certificates. The last tagged version that uses simp_le is v1.13.1.
Hello,
I am using ZeroSSL and have noticed that I am creating multiple certificates for the same domain. I use named volumes for the certificates as it says in the wiki (https://github.com/nginx-proxy/acme-companion/wiki/Persistent-data).
To install my container updates, I use watchtower. I suspect that the problem comes when updating, but I don't know exactly why the problem occurs.
Anyone have an idea why more than one certificate is issued?
I have like 4 certs for all of my domains in my ZeroSSL control panel.
Watchtower command:
Nginx compose:
The text was updated successfully, but these errors were encountered: