varnish/hitch

Feature request: pem-folder

Closed this issue · 1 comments

Currently multiple pem files are supported by listing them one-by-one

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

This feature request is about adding support for multiple pem files, by adding a new feature "pem-folder".

The new feature would work like this

pem-folder = "/etc/tls/"

Which would be equivalent to writing pem-file for each pem file in the folder "/etc/tls/"

dridi commented

The github tracker is not for feature requests, closing.

Otherwise, see #281