Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add itak option to build_client #66

Merged
merged 1 commit into from
Apr 10, 2022
Merged

Conversation

fordepowers
Copy link
Contributor

[My apologies, having issues properly testing this commit due to local environment difficulties, if I screwed up some python syntax please correct me.]

iTAK version of CivTAK does not take certificate file imports in the same way traditional ATAK does.
This PR would add an argument to the takyctl build_client command to specify --is_itak which would change the generated .zip to be compatible with iTAK (without needing any further user configuration like currently happens).

@tkuester
Copy link
Owner

Thank you for the pull request! I'll try and take a look at this tonight and merge it in.

@fordepowers
Copy link
Contributor Author

(Commenting for posterity)

Server Cert Requirements for iTAK

  • needs the .pref file to be named preference.pref
  • must not have any subfolders (all .p12 and .pref files must be siblings as direct children of <name>.zip)
  • path to cert file in preference.pref must be shortened to <name>/<cert>.p12
  • must remove widget line from .p12 files

Example output
JENNY.zip -
< preference.pref
< server.p12
< JENNY.p12

@tkuester tkuester self-assigned this Apr 10, 2022
@tkuester tkuester merged commit aba5ae5 into tkuester:main Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants