We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CONSUL_HTTP_SSL
If you are using consul with TLS enabled, the following must be added to the systemd unit file
Environment="CONSUL_HTTP_SSL=true" Environment="CONSUL_CACERT=/path/to/cacert.pem" Environment="CONSUL_CLIENT_CERT=/path/to/clientcert.pem" Environment="CONSUL_CLIENT_KEY=/path/to/clientkey.pem"
hashicorp/nomad#6594
The text was updated successfully, but these errors were encountered:
Just noticed that the unit file has this line:
EnvironmentFile=-/etc/sysconfig/nomad
Thus making it possible to inject environment variables by managing that file in a pupppet role/profile.
Sorry, something went wrong.
No branches or pull requests
If you are using consul with TLS enabled, the following must be added to the systemd unit file
hashicorp/nomad#6594
The text was updated successfully, but these errors were encountered: