Move again keys

This commit is contained in:
NyxiumYuuki 2021-05-29 14:40:08 +02:00
parent 29074c0c90
commit 50b37b8efa
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub