Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with wildcard certificates? #10

Open
dhicksdrh opened this issue Apr 17, 2021 · 2 comments
Open

Use with wildcard certificates? #10

dhicksdrh opened this issue Apr 17, 2021 · 2 comments

Comments

@dhicksdrh
Copy link

I have some *.example.com wildcard certificates which have been problematic when running through cert-shifter (I assume because of the leading asterisk).

I've worked around by placing
if echo $cert | grep -qe ^* ; then
#cert="\$cert"
continue
fi
in the for loop to stop the processing of the wildcard certs, but am wondering if there is a way to handle that would allow proper processing of those directories and files.

@dlangille
Copy link
Owner

That code change is working for you?

@dhicksdrh
Copy link
Author

Definitely not a fix.....that code change is just ignoring anything starting with an * (I don't currently need to use them). I'm wondering if you can suggest a way that I would be able to process the wildcard certificates properly.

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

No branches or pull requests

2 participants