Logo
  • Home

Cryptography

  • Cryptography Tool (Jwk)
  • Commands
    • Generate new Json Web keys Commands
    • Generate keys in certificate format Commands

HelseId

  • HelseId Client secrets Tool
  • Code lab
    • Getting started with codelab
    • Generate new certificates command
    • Generate new Json Web keys command
    • Readclientsecret
    • Update client secret command
  • Commands
    • Update client with new keys Commands
    • Read client secret expiration command
FHI HelseID Tools
  • HelseId
  • Code lab
  • Generate new Json Web keys command

Generate new Json Web keys command¶

In [ ]:
Copied!
dotnet tool install --global Fhi.Security.Cryptography.CLI --version 1.0.0-beta1

$keyFileName = ""
$keyDirectory = ""
$keyCustomKid = ""

fhi-cryptography generatejsonwebkey --KeyFileNamePrefix $keyFileName --KeyDirectory $keyDirectory --KeyCustomKid $keyCustomKid
dotnet tool install --global Fhi.Security.Cryptography.CLI --version 1.0.0-beta1 $keyFileName = "" $keyDirectory = "" $keyCustomKid = "" fhi-cryptography generatejsonwebkey --KeyFileNamePrefix $keyFileName --KeyDirectory $keyDirectory --KeyCustomKid $keyCustomKid
Previous Next

Built with MkDocs using a theme provided by Read the Docs.
« Previous Next »