Dear Dynatrace Team,
I am getting below error when installing dynatrace installer on the on-premise server so can you please advise me the reason behind this error message. I copied this command from the official dynatrace website given here:
wget -qO dt-root.cert.pem https://ca.dynatrace.com/dt-root.cert.pem; wget -qO dynatrace-managed.sh.sig https://mcsvc.dynatrace.com/downloads/signature?filename=$(grep -am 1 'ARCH_FILE_NAME=' dynatrace-managed.sh | cut -d= -f2 |sed 's/.tar.gz$//'); openssl cms -inform PEM -binary -verify -CAfile dt-root.cert.pem -in dynatrace-managed.sh.sig -content dynatrace-managed.sh > /dev/null
grep: dynatrace-managed.sh: No such file or directory
Error reading S/MIME message
140656813037456:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:707:Expecting: CMS
Solved! Go to Solution.
You need to adjust the command to your installer file name. I believe you have downloaded the installer file with a different file name.
Also, in the email you should have received complete instruction to copy and paste. The procedure in the docs is an overview.