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

Explain how to convert a private key file created with ssh-keygen into a single line value for the configuration file #577

Open
jmcclelland opened this issue Jan 2, 2025 · 0 comments

Comments

@jmcclelland
Copy link

Description

In the jigasi README file, in the Transcription options section, there are two places where a variable to hold a sha256 private key is described but it's not clear how to convert a private ssh key file into a single line variable.

Current behavior

Currently, there are two variables: org.jitsi.jigasi.transcription.remoteTranscriptionConfigUrl.key and org.jitsi.jigasi.transcription.whisper.private_key. Both contain the description "Base64 RSA256 private key to sign an ASAP JWT with ..."

Expected Behavior

It would be helpful if the description could be changed to:

Base64 RSA256 private key to sign an ASAP JWT with [....] Generate a key with ssh-keygen -m PKCS8 -b 2048 -t rsa, then remove the "--- BEGIN ..." and "---- END ..." lines as well as all line breaks and spaces from the private key that is generated.

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