-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
Path for tls credentials #2521
Labels
Comments
moved to wiki |
Update. See haraka/haraka-config#46 |
msimerson
added a commit
to haraka/haraka-config
that referenced
this issue
Dec 20, 2018
* refactor config.js as es6 class * use path.resolve instead of ./dir/file * test: replace a few functions with fat arrows * watch: recursive=true, fixes haraka/Haraka#2566 * permit retrieval of fully qualified path, fixes haraka/Haraka#2521
Completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the paths given for
cert
andkey
option of the tls plugin are always relative to the config folder. This is not very good if you want to separate the configuration files from the credentials. I think absolute paths should be supported.The text was updated successfully, but these errors were encountered: