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

arg ref for clientcert_file and clientkey_file #10

Merged
merged 1 commit into from
Jun 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ The following arguments are supported:
from the `RABBITMQ_INSECURE` Environment Variable.
* `cacert_file` - (Optional) The path to a custom CA / intermediate certificate.
This can also be sourced from the `RABBITMQ_CACERT` Environment Variable.
* `clientcert_file` - (Optional) The path to the X.509 client certificate
This can also be source from the `RABBITMQ_CLIENTCERT` Environment Variable
* `clientkey_file` - (Optional) The path to the private key
This can also be source from the `RABBITMQ_CLIENTKEY` Environment Variable