Skip to content

riseupgroup/authentication-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication-Service

used for RiseUpGroup's auth-server

Keypair generation

Generate a private key with the following command. If you like, you may change the key length. The following command generates a 4096-bit key:

openssl genrsa -out private.pem 4096

To extract the public key from the private key, run the following command:

openssl rsa -in private.pem -pubout -out public.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages