An open API service indexing awesome lists of open source software.

https://github.com/nanasess/jwks-csharp


https://github.com/nanasess/jwks-csharp

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# jwks-csharp

```
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
```