Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate rs256 key pair

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
Comment

PREVIOUS NEXT
Code Example
Shell :: install lua in ubuntu 
Shell :: git unstage 
Shell :: linux change directoryyy 
Shell :: powershell datetime to string 
Shell :: linux compress a pdf 
Shell :: github pull request template 
Shell :: how install mongodb on raspberry 
Shell :: curl powershell post example 
Shell :: npm otp-generator 
Shell :: please install all available updates for your release 
Shell :: read -p linux 
Shell :: run artisan queue --once loop 
Shell :: adb install aab 
Shell :: open terminal in current folder windows 
Shell :: install flathub in linux elementary 
Shell :: how to search in git bash 
Shell :: shut down linux keyboard shortcut 
Shell :: evans cycles womens gravel bikes 
Shell :: gh_token environment variable powershell 
Shell :: tab to csv command line 
Php :: human readable date laravel 
Php :: install php8 on linux 
Php :: php redirect in seconds 
Php :: brew remove php 
Php :: how to migrate a specific table in laravel 
Php :: wordpress error log 
Php :: woocommerce product image zoom on hover disable 
Php :: a2dismod php 8.0 
Php :: get random posts wordpress 
Php :: php loop through start and end date 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =