Skip to content

vaughngx4/tactical-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Scripts & Other Tactical RMM (TRMM) Stuff

A few extras for Tactical RMM

Docker

Update Script (docker/update.sh)

  • Updates to latest compose file.
  • Removes and pulls new images.
  • Requires certs.sh to bring tactical back up again.

Certificate Script (docker/certs.sh)

  • Used to change certificates in an active installation (brings containers down)
  • Expects certificates in trmmcert.tar.gz as trmmcert/fullchain.pem and trmmcert/privatekey.pem
  • Requires certs.sh to bring tactical back up again.
  • NOTE: Change /home/user/trmm/ in the certs.sh script to the directory certs.sh is in (along with trmmcert.tar.gz). This allows the script to be run over ssh (ssh [email protected] 'bash -c /path/to/certs.sh') without any errors.

pfSense Certificate Script (docker/pfsense-cert-script.sh)

  • Assumes your acme cert name is Tactical. If not, edit the script accordingly.
  • Your pfSense machine must have access to your docker machine.
  • Under ACME package in the pfSense GUI, set a shell command to run and enter the path of the script.
  • Creates an archive container your certs > copies the archive to your docker host in the trmm folder > runs certs.sh above also in the trmm folder to apply new certificates.
  • NOTE: Change necessary details in the script before use.

Unsupported Configurations

See https://docs.tacticalrmm.com for more info and/or if you're having issues with mesh and HAProxy.

HAProxy

Latest configuration confirmed working with tactical (pfsense config, but is applicable for all HAProxy installs).

  • Configure certificates for HAProxy as the same certificates in trmm(see certs.sh for updating trmm certs)
  • Edit domains and IPs in config file before using.
  • Includes config for www.example.com to show how to manage a secondary certificate (for other non-trmm related https services, remove if unused).

About

My Tactical RMM Extras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages