Insecure Install
Hi, Would it be possible to include a parameter for an insecure install, essentially --insecure as with the original agent install if running within the same network using local DNS records and self signed certificates ?
Original Install Agent in Windows will look like this tacticalagent-v2.7.0-windows-amd64.exe /VERYSILENT /SUPPRESSMSGBOXES && ping 127.0.0.1 -n 5 && "C:\Program Files\TacticalAgent\tacticalrmm.exe" -m install --api https://api.fqdn.com --client-id 1 --site-id 1 --agent-type server --auth xxxxxxx --insecure
Here is the error I am getting , hence asking for an insecure install
inflating: /tmp/rmmagent-master/main.go
creating: /tmp/rmmagent-master/shared/
inflating: /tmp/rmmagent-master/shared/types.go
inflating: /tmp/rmmagent-master/versioninfo.json
FATA[0000] Get "https://api.fqdn.com/api/v3/installer/": tls: failed to verify certificate: x509: certificate signed by unknown authority
Created symlink /etc/systemd/system/multi-user.target.wants/tacticalagent.service -> /etc/systemd/system/tacticalagent.service.
Tactical Agent Install is done
Good Afternoon,
You should be able to amend the script and put --insecure, same way as with windows you need to add the silent install parameter
@vikramwalia I made a little modification in script for accept --insecure install, here is the link to download:
https://raw.githubusercontent.com/guilhermefr67/LinuxRMM-Script/main/rmmagent-linux.sh
Hi @guilhermefr67 , does this modification changes the original installation base, or can end users still install it as original?
Hi @netvolt , no, I just added the --insecure parameter to the script. It still maintains the original installation