tkuester / taky

A simple python TAK server
MIT License
192 stars 42 forks source link

Data Package Server does not support encrypted private keys #60

Open tkuester opened 2 years ago

tkuester commented 2 years ago

Currently, while the ssl.key_pw field lets the COT server use encrypted SSL private keys, the data package server does not. According to benoitc/gunicorn#2410, Gunicorn will be switching to using Python's SSLContext object, which will allow for this in the future. A pull request is in, but not yet merged. Once it's in, we will add this in!