https://github.com/sofwerx/docker-tak
A dockerization of the TAK server and video reflector
https://github.com/sofwerx/docker-tak
Last synced: 5 days ago
JSON representation
A dockerization of the TAK server and video reflector
- Host: GitHub
- URL: https://github.com/sofwerx/docker-tak
- Owner: sofwerx
- Created: 2018-02-27T19:43:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T14:02:13.000Z (about 7 years ago)
- Last Synced: 2025-04-02T18:50:15.676Z (about 2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tak
This repo depends on the following FOUO files:
- takserver-1.3.3-4183.noarch.zip
- TAKServerReflector.zipThese are not included in this repo for obvious reasons.
# Setup
The first time you run the `takserver` container, you will want to run it without `ENABLE_SSL` defined, so that it can start up without SSL.
After doing so, you will need to run the `makeCerts.sh` script under the `certs/` folder to generate the SSL CA, Server, and client certs files.
Then you will need to copy down the `certs/` folder with:
docker cp takserver:/opt/tak/certs/ certs/
And run the `repackagecerts.sh` script to repackage the .zip files with the certs you just generated:
./repackagecerts.sh
Now you can re-build the container images, and re-enable the `ENABLE_SSL` environment variable, and start the containers back up.