Skip to content

Commit

Permalink
Fix local certificate from within the collection not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
WStechura committed Nov 22, 2024
1 parent d019558 commit dbdbfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/oneagent/vars/aix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ oneagent_ctl_bin_path: "{{ oneagent_install_path }}/agent/tools/oneagentctl"
oneagent_install_cmd: sh {{ oneagent_installer_path }}
oneagent_uninstall_cmd: sh {{ oneagent_install_path }}/agent/uninstall.sh

oneagent_ca_cert_src_path: files/dt-root.cert.pem
oneagent_ca_cert_src_path: "{{ role_path }}/files/dt-root.cert.pem"
oneagent_ca_cert_dest_path: "{{ oneagent_download_path }}/dt-root.cert.pem"
oneagent_ca_cert_download_url: https://ca.dynatrace.com/dt-root.cert.pem
oneagent_certificate_verification_header: >
Expand Down
2 changes: 1 addition & 1 deletion roles/oneagent/vars/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oneagent_ctl_bin_path: "{{ oneagent_install_path }}/agent/tools/oneagentctl"
oneagent_install_cmd: sh {{ oneagent_installer_path }}
oneagent_uninstall_cmd: sh {{ oneagent_install_path }}/agent/uninstall.sh

oneagent_ca_cert_src_path: files/dt-root.cert.pem
oneagent_ca_cert_src_path: "{{ role_path }}/files/dt-root.cert.pem"
oneagent_ca_cert_dest_path: "{{ oneagent_download_path }}/dt-root.cert.pem"
oneagent_certificate_verification_header: >
Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"
Expand Down

0 comments on commit dbdbfb9

Please sign in to comment.