18
0
Fork 0
This commit is contained in:
Benoît S. 2017-04-06 10:44:35 +02:00
parent d52e7859a5
commit 9608568676
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Il faut d'abord accéder à l'espace [client](https://signin.dynatrace.com). Ens
``` ```
# cd /tmp # cd /tmp
# wget -O Dynatrace-OneAgent-Linux-1.115.176.sh https://ter38169.live.dynatrace.com/installer/agent/unix/latest/JZmYkd4RmqFCGMNf # wget -O Dynatrace-OneAgent-Linux-1.115.176.sh https://terXXXX.live.dynatrace.com/installer/agent/unix/latest/XXXX
# wget https://ca.dynatrace.com/dt-root.cert.pem ; ( echo -e 'Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"\n\n----SIGNED-INSTALLER' ; cat Dynatrace-OneAgent-Linux-1.115.176.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null # wget https://ca.dynatrace.com/dt-root.cert.pem ; ( echo -e 'Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"\n\n----SIGNED-INSTALLER' ; cat Dynatrace-OneAgent-Linux-1.115.176.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null
# /bin/sh Dynatrace-OneAgent-Linux-1.115.176.sh APP_LOG_CONTENT_ACCESS=1 # /bin/sh Dynatrace-OneAgent-Linux-1.115.176.sh APP_LOG_CONTENT_ACCESS=1
``` ```