Skip to content

Commit

Permalink
add ca-cert to messaging client installed_files
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Jul 24, 2024
1 parent 677c97c commit 8e4e547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def initialize(options = {})
@message_truststore_path_src = options[:message_truststore_path_src] || truststore_path
@message_ca_cert_path_src = options[:message_ca_cert_path_src] || ca_cert_path

@installed_files = [client_properties_path, messaging_yaml_path, truststore_path]
@installed_files = [client_properties_path, messaging_yaml_path, truststore_path, ca_cert_path]
end

def configure
Expand Down

0 comments on commit 8e4e547

Please sign in to comment.