From e3d92d8842ad2d7d5bf36be71358b4160fee4d3e Mon Sep 17 00:00:00 2001 From: arpu Date: Sun, 20 Feb 2022 09:37:57 +0100 Subject: [PATCH] Update securing-janus-with-jwt.md (#27) --- docs/securing-janus-with-jwt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/securing-janus-with-jwt.md b/docs/securing-janus-with-jwt.md index 193f2ef..7356edc 100644 --- a/docs/securing-janus-with-jwt.md +++ b/docs/securing-janus-with-jwt.md @@ -6,7 +6,7 @@ You'll find in this document some notes on how to secure the access to the rooms Generate a private/public key: - ssh-keygen -t rsa -b 2048 -f key.pem -N '' + ssh-keygen -t rsa -b 2048 -f key.pem -N '' -m pem openssl rsa -in key.pem -outform PEM -pubout -out public.pem openssl rsa -in key.pem -outform DER -out key.der openssl rsa -in key.der -inform DER -RSAPublicKey_out -outform DER -out public.der @@ -158,4 +158,4 @@ document.addEventListener('DOMContentLoaded', () => { }); ``` -Now you have a full working solution. \ No newline at end of file +Now you have a full working solution.