brian7704 / OpenTAKServer

Yet another open source TAK Server for ATAK, iTAK, and WinTAK
GNU General Public License v3.0
41 stars 6 forks source link

Integrate taky's pure Python certificate generation #17

Closed brian7704 closed 3 weeks ago

brian7704 commented 2 months ago

https://github.com/tkuester/taky/blob/main/taky/util/anc.py

This will remove the jdk dependency as well as fix #16, #11, and #12.

brian7704 commented 3 weeks ago

Since the cryptography library also requires the openssl binary, I'm going to keep certificate generation the way it is now and focus on other features.