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 PEM Key passphrase removal instructions #54

Closed
ampledata opened this issue Dec 4, 2023 · 0 comments
Closed

Add PEM Key passphrase removal instructions #54

ampledata opened this issue Dec 4, 2023 · 0 comments

Comments

@ampledata
Copy link
Collaborator

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
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

No branches or pull requests

1 participant