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

Feature Request - wildcard in file-names #366

Open
wioxjk opened this issue Nov 12, 2021 · 3 comments
Open

Feature Request - wildcard in file-names #366

wioxjk opened this issue Nov 12, 2021 · 3 comments

Comments

@wioxjk
Copy link

wioxjk commented Nov 12, 2021

Hi,

According to the documentation, adding multiple certificates is done by specifying each certificate per row like this:

pem-file = "/etc/tls/first-combined.pem"
pem-file = "/etc/tls/second-combined.pem"

I propose, that the config should aslo accept wildcards. So we can include an entire folder without modifyind the hitch.conf file:

pem-file = "/etc/tls/*.pem"

@wioxjk wioxjk changed the title Feature Request - Feature Request - wildcard in file-names Nov 12, 2021
@iammeken
Copy link

Already possible:

pem-dir = "/root/.acme.sh/hitch/"
pem-dir-glob = "*.pem"

@wioxjk
Copy link
Author

wioxjk commented Nov 12, 2021

Already possible:

pem-dir = "/root/.acme.sh/hitch/" pem-dir-glob = "*.pem"

Thanks!
I could not find it the docs, so that is why I thought it was not supported.

@aorith
Copy link

aorith commented Nov 16, 2021

A feature not supported currently is having multiple pem-dir defined.
Would be great to have in complex environments where certificates come from different sources, like a git repository or autogenerated via API calls.

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

3 participants