31 Aug 2022
03:26 PM
- last edited on
01 Sep 2022
12:17 AM
by
MaciejNeumann
Hello
My Dynatrace is OnPremise . I have to install a oneagent in a linux server .
This is the "verify signature " in Dynatrace SAS
wget https://ca.dynatrace.com/dt-root.cert.pem ; ( echo 'Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"'; echo ; echo ; echo '----SIGNED-INSTALLER' ; cat Dynatrace-OneAgent-Linux-1.247.225.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null
But in Dynatrace Management , What is the URL ? because the server doesn't have internet allow.
Thanks
Solved! Go to Solution.
Are you able to download the dt-root.cert.pem file from a host which has internet connection? Then upload the file to the server you wish to monitor which has no internet connection. Run the linux command to verify the signature but point the directory where you've placed the pem file.
31 Aug 2022
10:47 PM
- last edited on
01 Sep 2022
12:18 AM
by
MaciejNeumann
You can download the package from a machine that have internet access and transfer to your Host (That you want to monitor).
The link to download is:
https://**Put your URL here**/rest/deployment/installer/agent/unix/default/latest?arch=x86&flavor=default