You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andorg.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.The text was updated successfully, but these errors were encountered: