Set rabbitmq CA cert for ODCS.
This commit is contained in:
parent
0781a26a73
commit
343eea7df5
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
CELERY_CONFIG = {
|
CELERY_CONFIG = {
|
||||||
'certfile': "{{private}}/files/rabbitmq/{{env}}/pki/issued/odcs-private-queue{{env_suffix}}.crt",
|
'certfile': "{{private}}/files/rabbitmq/{{env}}/pki/issued/odcs-private-queue{{env_suffix}}.crt",
|
||||||
'keyfile': "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs-private-queue{{env_suffix}}.key",
|
'keyfile': "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs-private-queue{{env_suffix}}.key",
|
||||||
|
'ca_certs': "{{private}}/files/rabbitmq/{{env}}/pki/ca.crt",
|
||||||
}
|
}
|
||||||
|
|
||||||
{% if odcs_celery_router_config %}
|
{% if odcs_celery_router_config %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue