Skip to content

Easy way to validate or create Mysterium issued tokens

Notifications You must be signed in to change notification settings

mysteriumnetwork/token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

token

Mysterium owned Sentinel services issues tokens which can be validated using this token package.

Keys

To generate new public/private key pair for issuer and validator use nex command:

ssh-keygen -t rsa -b 4096 -m pem

To get public key from private key in pem format

openssl rsa -in id_rsa -pubout -out id_rsa.pub.pem

About

Easy way to validate or create Mysterium issued tokens

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages