Replies: 1 comment 1 reply
-
Few things which come into my mind:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please, can anyone try to help me understand well be working thus scheme or not?
I've hit the letsencrypt weekly certificate limit because I'm getting 8 http-01 certificates per traefik machine.
When I was looking for how I can solve this problem, I found acme2certifier and I think it should help me.
I was created acmeproxy - this is host with docker and acme2certifier container with image grindsa/acme2certifier:nginx-wsgi with
acme_srv.cfg which contains:
and ca_handler.py which contains code from acme_ca_handler.py
I started it and on machine with traefik i saw next error log
I think I need to write a ca_handler that gets a wildcard from a DNS provider with credentials, but I'm not sure if traefik can get a wildcard certificate without asking the DNS provider and credentials.
Beta Was this translation helpful? Give feedback.
All reactions