Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Issue with Consul mode #2

Open
Asherslab opened this issue Apr 16, 2019 · 4 comments
Open

Issue with Consul mode #2

Asherslab opened this issue Apr 16, 2019 · 4 comments

Comments

@Asherslab
Copy link

Hey there, i recently updated my traefik configuration to use wildcard certificates, and i've started getting this error:
log
and then the container shuts down and restarts

@BeastleeUK
Copy link

BeastleeUK commented Apr 22, 2019

I have the same issue with mine on a fresh install and using acme.json.
It seems to do all the work,the last line is the openssl command, then it errors as above and the container shuts down. Edited Log

@BeastleeUK
Copy link

It just came to me. Both of us are having issues with wildcards and looking at the openssl command it isn't delimiting the * so bash sees the * as a wildcard in the path and in turn this an ambiguous path. The script needs to delimit the filename to ensure the * can be passed in the parameter.

@ldez
Copy link

ldez commented Apr 23, 2019

This tools is based ondumpcerts.sh from Traefik repo.

RUN wget https://raw.githubusercontent.com/containous/traefik/master/contrib/scripts/dumpcerts.sh -O dumpcerts.sh

We (the Traefik team) removed this script: traefik/traefik#4783

So we recommend to migrate to https://github.com/ldez/traefik-certs-dumper/

@BeastleeUK
Copy link

Thanks @ldez. I'll work with that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants