snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

Add PEM Key passphrase removal instructions #54

Closed ampledata closed 9 months ago

ampledata commented 9 months ago

PEM pass phrase: Prompt

The PEM pass phrase: prompt can be the result of using an encrypted (password-protected) PYTAK_TLS_CLIENT_KEY file. Depending on the security requirements in your operating environment,

is the result of using an encrypted (password-protected) PYTAK_TLS_CLIENT_KEY, in your case /etc/pytak.key. You're correct that it's the default TAK Server CoreConfig password. You can avoid the PEM pass phrase: prompt by removing the password protection from the PYTAK_TLS_CLIENT_KEY using the instructions here:

openssl rsa -in pytak.key -out pytak.nopass.key