Replies: 1 comment
-
Hi Christian, you may be encountering something similar to #749, where the CA is returning a 404, and Traefik's ACME client interprets that as "account does not exist." The |
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
-
I have configured smallstep on my kubernetes cluster with the kubernetes instructions. Now, I need to configure traefik to get certificates from it. I have configured a new certificatesresolver in traefik (configured the storage and all, a bit like I've configured LetsEncrypt in another instance). Now, when I'm looking at the traefik logs, I see:
cannot get ACME client get directory at blahblahblah urn:ietf:params:acme:error:accountDoesNotExist :: Account does not exist.
What is traefik talking about, and how do I instruct traefik about this account?
Christian...
Beta Was this translation helpful? Give feedback.
All reactions