Skip to content

Commit

Permalink
Add ca cert property to nats client
Browse files Browse the repository at this point in the history
Signed-off-by: Renee Chu <reneec@vmware.com>
  • Loading branch information
mariash authored and ctlong committed Jun 30, 2022
1 parent ac56139 commit eabf6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cf-deployment.yml
Expand Up @@ -408,11 +408,12 @@ instance_groups:
enabled: true
external:
tls:
ca: "((nats_client_cert.ca))"
ca: "((nats_server_cert.ca))"
private_key: "((nats_server_cert.private_key))"
certificate: "((nats_server_cert.certificate))"
client:
tls:
ca: "((nats_client_cert.ca))"
private_key: "((nats_client_cert.private_key))"
certificate: "((nats_client_cert.certificate))"
- name: database
Expand Down

0 comments on commit eabf6cf

Please sign in to comment.