Skip to content

basdidon/IdentityServicePrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdentityServicePrototype

Setup

identity.api requires RSA key pairs (private key and public key) to function. The keys should be placed in the identity.api\Keys directory before running the application.

├── identity.api
    ├── Keys
       ├── PrivateKey.pem
       ├── PublicKey.pem

Generate RSA key

Step 1: Generate private key

openssl genrsa -out PrivateKey.pem 2048

Step 2: Generate public key from private key

openssl rsa -in PrivateKey.pem -pubout -out PublicKey.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published