All Projects → lennisthemenace → ATAK-Certs

lennisthemenace / ATAK-Certs

Licence: MIT license
Tool for creating and packaging certificates for Taky, OpenTAKRouter and FTS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ATAK-Certs

FreeTAKUAS
DJI drone flying app with integrations for FreeTAKServer
Stars: ✭ 41 (+173.33%)
Mutual labels:  atak, freetakserver
opensky2cot
Opensky Network to CoT/ATAK server data converter
Stars: ✭ 14 (-6.67%)
Mutual labels:  atak, freetakserver
goatak
go ATAK/CivTAK simple server & web client
Stars: ✭ 38 (+153.33%)
Mutual labels:  atak
Fissoft.EntityFramework.Fts
Full Text Search for Microsoft SQL Server with Entity Framework
Stars: ✭ 55 (+266.67%)
Mutual labels:  fts
aprscot
aprscot - APRS to Cursor On Target Gateway.
Stars: ✭ 25 (+66.67%)
Mutual labels:  atak
VVSequelize
数据库模型映射,自动建表, 自动更新表,数据增删改查, FTS全文搜索, 支持自定义fts3,4,5分词器,可拼音分词. sql,fmdb,wcdb,sqlite3,orm,fts,fts3,fts4,fts5
Stars: ✭ 16 (+6.67%)
Mutual labels:  fts
FreeTAKServer-User-Docs
FreeTAKServer documentation for end users
Stars: ✭ 23 (+53.33%)
Mutual labels:  freetakserver

ATAK-Certs

This functionality has now been integrated into Taky and FTS so you shouldn't need to run it separately

Tool for creating Certificate files and Client Data Packages for Taky, OpenTakRouter and FTS

Command-Line Arguments

-h --help : to open help

-v --version : to print the version number of the script

-p --password : to change the password for the p12 files from the default atakatak

-a --automated : to run the script in a headless mode to auto generate ca,server and user certs for a fresh install

-c --copy : Use this in conjunction with -a to copy the server certs needed into the default location for FTS only, if this is used skip step 5 in How to

-i --ip : The IP address of the server that clients will be accessing it on

How To

Step 1:

Connect you your server instance via SSH, For this I suggest using MobaXterm found here https://mobaxterm.mobatek.net/ This is great because it opens an SFTP session to the server too needed for copying files from the server.

Step 2:

Run script in either Headless or Interactive mode:

-Headless (recommended for a new install of FTS, change the ip address for the address clients will use to connect, skip step 5 if you use this option):

curl -L https://git.io/JL9DP | sudo python3 - -a -c -i 192.168.1.100

-Interactive (useful if you need to add more certs to en existing setup)

curl -L https://git.io/JL9DP | sudo python3 -

If using CentOS you should split these commands out as: curl -L -o cert.py https://git.io/JL9DP then: sudo python3 ./cert.py

If you run the script interactive, just follow the prompts

Step 3:

Copy the server and client p12 files, or the Data package zip file from the server to TAK devices, These can be easily dragged a dropped from the SFTP session on the left side of MobaXterm

Step 4:

Skip if you ran the script in headless mode or you answered "y" to "Would you like to copy the server certificate files where needed for FTS?"

Update the MainConfig.py file to point at the certificates just generated in the directory you were in when running step 3

keyDir = The pubserver.key file or whatever you named your sever

pemDir = The pubserver.crt file or whatever you named your sever

unencryptedKey = The pubserver.key file or whatever you named your sever

CA = The ca.crt file

Password = default password for this is atakatak but if you changed the password with the -p flag, use that password

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].