Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 317 Bytes

jwt2

Json Web Tokens - Hackett style

Getting Started

Create two local certs with the following commands:

makecert -n "CN=TempCA" -r -sv TempCA.pvk TempCA.cer

makecert -sk SignedByCA -iv TempCA.pvk -n "CN=SignedByCA" -ic TempCA.cer SignedByCA.cer -sr localmachine -ss TrustedPeople